December 23, 200223 yr Here is what I need a script to do. Save A copy of the file to the temp folder. Create a new email Use the data from 3 different fields as the subject Attach the file i saved in the temp folder Send the email to a address in a global field Delete the Saved file
December 23, 200223 yr Hi: I would say that almost all of these can be accomplished with FM functionality EXCEPT deleting the saved file. As far as I know, there is no delete file script step. As far as everything else: You will need to create a calc field that combines the different data from the three fields you want the subject to be. Then in your script, use the Send Mail [ ] script step to put in the desired info. Make sure you perform with dialog, so that you can specify the attachment. Prior to the send mail step, you should have a Save Copy As step, and point to your temp file. You might want to look into some mail plug ins and the Troi file plug in to give you more ability. Ken
Create an account or sign in to comment