New Record/Request

Creates a new, blank record or a new find request.

Options 

None.

Compatibility 

Product Supported
FileMaker Pro Yes
FileMaker Go Yes
FileMaker WebDirect Yes
FileMaker Server Yes
FileMaker Cloud Yes
FileMaker Data API Yes
Custom Web Publishing Yes

Originated in version 

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.

Copy
Go to Layout ["Invoice Details"]
New Record/Request
Go to Field [Invoices::Summary]