Expand my Community achievements bar.

Need to add a save button on document

Avatar

Level 2
Hi there,



I know about the email and print button, but does anyone know if I can script a button so that I can save a document.



URGENT!!!!



thanks.
2 Replies

Avatar

Level 5
use regulor button with the following JavaScript code in "click" event



app.execMenuItem("SaveAs");

Avatar

Level 7
You should also need to check the JS reference for possible restrictions and methods to allow restricted actions.