Script Steps Reference

Table Of Contents
FILEMAKER SCRIPT STEPS REFERENCE 83
Compatibility
This script step is:
not supported in web publishing
not supported in runtime solutions
Originated in
FileMaker Pro 11.0
Description
This script step operates in all modes except Find mode.
To send a snapshot link file via SMTP, use the Send Mail script step with the snapshot link file as an
attachment, and place it after the Save Records As Snapshot Link script step in the script.
Use this script step with the Get(TemporaryPath) function to save the snapshot link file to a
temporary location, if you do not need to store the file locally. If you use Get(TemporaryPath) to form
a file path, first assign it to a variable, then use the variable in the Specify Output File dialog box.
Examples
Save Records As Snapshot Link [“Library.fpsl”; Current record]
The following script finds records, saves them as a snapshot link, and then emails the file via SMTP
as an attachment to conference attendees.
Perform Find [Restore]
Save Records As Snapshot Link ["DigitalMedia.fpsl"; Create email; Records
being browsed]
Send Mail [Send via SMTP Server; To: "Attendees"; Subject: "New Digital
Media"; Message: "Here’s the information I promised to send you.";
“DigitalMedia.fpsl”]
Related topics
Export Records script step
Import Records script step
Script steps reference (alphabetical list)
Contents