tallboy755 Posted December 23, 2002 Posted December 23, 2002 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
kenneth2k1 Posted December 23, 2002 Posted December 23, 2002 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
jfmcel Posted December 29, 2002 Posted December 29, 2002 If your using a Mac, you can AppleScript all of the above.
Recommended Posts
This topic is 7992 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now