Script Steps Reference

Table Of Contents
Records script steps
F
ILEMAKER PRO SCRIPT STEPS REFERENCE 138
Notes
FileMaker WebDirect does not support the Specify output file option. FileMaker WebDirect
saves snapshot links to the web browser’s default download location.
If you don’t specify the output file path, FileMaker Go uses the name of the file to save the
snapshot link file.
You can open a snapshot link file on multiple iOS devices if:
the FileMaker Pro file is stored on each device.
the snapshot link file was created in FileMaker Go.
the original FileMaker Pro file and the local copy of the file have matching filenames and
are at the same relative location.
Example 1
Saves the current record as a snapshot link and asks where the user wants to save the snapshot
link file.
Save Records as Snapshot Link [Current record]
Example 2
Saves the found set as a snapshot link in a temporary directory, then creates an email with the
snapshot link as an attachment.
Set Variable [$PATH; Value: Get ( TemporaryPath ) & "Invoices.fmpsl"]
Save Records as Snapshot Link ["$PATH"; Create email; Records being
browsed]