Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1
The list of the topics, classes, interfaces, controls, modules, global methods by category, global methods by name, screenshots, licenses and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
Back to FMRequestMBS class.
FMRequestMBS.FieldData as Dictionary
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Claris FileMaker Data API | MBS FMAPI Plugin | 20.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
If empty dictionary is provided as a data value, an empty record is created with any auto enter values defined in the current table’s schema.
(Read and Write property)
FMRequestMBS.layoutResponse as String
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Claris FileMaker Data API | MBS FMAPI Plugin | 20.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
(Read and Write property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Claris FileMaker Data API | MBS FMAPI Plugin | 20.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Default value is -1 for the plugin to not specify it in the request.
(Read and Write property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Claris FileMaker Data API | MBS FMAPI Plugin | 20.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
When you use modId, a record is edited only when the modId matches.
Only for editing records.
(Read and Write property)
FMRequestMBS.offset as Integer
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Claris FileMaker Data API | MBS FMAPI Plugin | 20.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Default value is -1 for the plugin to not specify it in the request.
(Read and Write property)
FMRequestMBS.PortalData as String
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Claris FileMaker Data API | MBS FMAPI Plugin | 20.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
The format mirrors the portalData format from Get Records.
(Read and Write property)
FMRequestMBS.scriptName as String
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Claris FileMaker Data API | MBS FMAPI Plugin | 20.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Pass parameter via scriptParam property.
(Read and Write property)
FMRequestMBS.scriptParam as String
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Claris FileMaker Data API | MBS FMAPI Plugin | 20.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
(Read and Write property)
FMRequestMBS.scriptPrerequestName as String
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Claris FileMaker Data API | MBS FMAPI Plugin | 20.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Pass parameter via scriptPrerequestParam property.
(Read and Write property)
FMRequestMBS.scriptPrerequestParam as String
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Claris FileMaker Data API | MBS FMAPI Plugin | 20.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
(Read and Write property)
FMRequestMBS.scriptPresortName as String
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Claris FileMaker Data API | MBS FMAPI Plugin | 20.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Pass parameter via scriptPresortParam property.
(Read and Write property)
FMRequestMBS.scriptPresortParam as String
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Claris FileMaker Data API | MBS FMAPI Plugin | 20.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
(Read and Write property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Claris FileMaker Data API | MBS FMAPI Plugin | 20.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
The order in which the criteria are specified determines the precedence. Records are returned in the original creation order if a sort order is not provided. The default sort order is "ascend".
A JSON value, e.g.:
[ { "fieldName": "LastName", "sortOrder": "ascend" }, { "fieldName": "FirstName", "sortOrder": "ascend" } ]
(Read and Write property)
The items on this page are in the following plugins: MBS FMAPI Plugin.