February 11, 200718 yr Hi, Is it possible to automate the Save / Send as PDF function (the one that you have to manually select via the file menu) via a script and without a dialog? So that; 1) Current record is saved as a pdf in pre-specified location 2) That file is then attached to an email. 3) And the To, Subject and Body fields are populated with data from fields in the database. Cheers.
February 12, 200718 yr Yes. Just write a script and specify the output options to send as mail. Saving to disk can be a little more tricky in a multi-user environment since the local path can vary, but there are ways around that using get functions.
Create an account or sign in to comment