New Record/Request
Purpose
Creates a new, blank record or a new find request.
See also
Format
New Record/Request
Options
None.
Compatibility
Where the script step runs | Supported |
FileMaker Pro | Yes |
FileMaker Server | Yes |
FileMaker Go | Yes |
Custom Web Publishing | Yes |
FileMaker WebDirect | Yes |
Runtime solution | Yes |
Originated in
FileMaker Pro 6.0 or earlier
Description
In Browse mode, this script step creates a new, blank record. In Find mode, it creates a new find request.
Example 1
Goes to the Invoice Details layout, creates a record, and goes to the Summary field.
Go to Layout ["Invoice Details"]
New Record/Request
Go to Field [Invoices::Summary]
Related topics