gasrastudy.blogg.se

Filemaker pro 11 scripting tutorial
Filemaker pro 11 scripting tutorial







Script and any keys that start with script.

FILEMAKER PRO 11 SCRIPTING TUTORIAL UPDATE

See "Get a single record," "Get a range of records," and "Perform a find request" in FileMaker Data API Guide.ĭatabases is ignored because the database is always the one belonging to the window that the script is running in.Īuthorization is ignored because the script's privileges are those of the current user or full access, if the current script has been granted full access privileges.Ĭontent-Type is ignored because the request must be in JSON format.įieldData, portalData, and modId are ignored because the create and update actions are not supported. For portal-name, you must specify the portal's object name, if it exists, otherwise the related table name. The maximum number of related records that should be returned. See "Get a single record," "Get a range of records," and "Perform a find request" in FileMaker Data API Guide. The record number of the first portal record in a range of related records. See FileMaker Data API Guide.Ī JSON object that specifies a portal. To retrieve the data in the context of a different layout, specify a layout name. See "Get a single record," "Get a range of records," and "Perform a find request" in FileMaker Data API Guide. The maximum number of records that should be returned from the current layout's table. The record number of the first record in a range of records in the current layout's table. See "Get a range of records" and "Perform a find request" in FileMaker Data API Guide. See FileMaker Data API Guide.Ī JSON object that specifies sort order of records in the current layout's table. You can't specify both a query and recordId key. See "Perform a find request" in FileMaker Data API Guide. If no name is specified, the list of table occurrences is returned.Īn array of JSON objects, each specifying a field and find criteria. If the table occurrence is specified, the metadata for that table is returned. Required for table occurrence metaData actions. Required for read and layout metaData actions.Ī table occurrence name. See FileMaker Data API Guide.Ī layout name. Behavior and generated results differ based on the API version. V1, v2, and vLatest are supported values. Use metaData to retrieve information about tables and layouts. Read and metaData are the only supported values. If one of these keys isn't specified in the request, the default value is used. This script step supports the following key-value pairs in the JSON object specified by the Request option. The result returned in Target is in the same JSON format as when requested from a host via the FileMaker Data API. The request is a simple JSON object, rather than the combination of URL, header, and request body required by the FileMaker Data API to use a FileMaker host's web service. Using the same underlying functionality as the FileMaker Data API on FileMaker hosts, this script step enables a script performed by any FileMaker product to request data in the current file and receive the data in JSON format. Web applications can use this API to send requests and receive data in JSON format from hosted FileMaker Pro files. The FileMaker Data API is a REST API available as a web service for FileMaker Server and FileMaker Cloud.







Filemaker pro 11 scripting tutorial