Script Steps Reference

Table Of Contents
Records script steps
F
ILEMAKER PRO SCRIPT STEPS REFERENCE 129
Example 2
Updates existing records with information from New Product Catalog.xlsx.
Go to Layout ["Products"]
Sort Records [Restore; With dialog: Off]
Go to Record/Request/Page [First]
Import Records [With dialog: Off; Source: "New Product Catalog.xlsx";
Worksheet: "Stock"; Update matching; Mac Roman]
Example 3
Sets the next serial value after importing records. Useful when Perform auto-enter options while
importing is not selected to preserve dates and other auto-entries.
Go to Layout ["Products"]
Import Records [With dialog: Off; Source: "New Product Catalog.xlsx";
Worksheet: "Stock"; Add; Mac Roman]
Set Next Serial Value [Invoices::Invoice ID; Get ( TotalRecordCount ) + 1]
Sort Records [Restore; With dialog: Off]
Go to Record/Request/Page [First]