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 FMDataMBS class.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Claris FileMaker Data API | MBS FMAPI Plugin | 20.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
FMDataMBS.CreateRecord(request as FMRequestMBS) as FMResponseMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Claris FileMaker Data API | MBS FMAPI Plugin | 20.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Please set layout property before calling this.
FMDataMBS.DatabaseNames as FMResponseMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Claris FileMaker Data API | MBS FMAPI Plugin | 20.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
FMDataMBS.DeleteRecord(request as FMRequestMBS = nil, recordId as String) as FMResponseMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Claris FileMaker Data API | MBS FMAPI Plugin | 20.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Please set layout property before calling this.
FMDataMBS.DuplicateRecord(request as FMRequestMBS = nil, recordId as String) as FMResponseMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Claris FileMaker Data API | MBS FMAPI Plugin | 20.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Please set layout property before calling this.
FMDataMBS.EditRecord(request as FMRequestMBS = nil, recordId as String) as FMResponseMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Claris FileMaker Data API | MBS FMAPI Plugin | 20.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Please set layout property before calling this.
FMDataMBS.ExecuteScript(scriptName as String, scriptParam as String = "") as FMResponseMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Claris FileMaker Data API | MBS FMAPI Plugin | 20.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
FMDataMBS.FindRecords(request as FMRequestMBS = nil, query as String) as FMResponseMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Claris FileMaker Data API | MBS FMAPI Plugin | 20.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Please set layout property before calling this.
Query: JSON with Fields and Find criteria in the following query schema:
[ { "<fieldName>": "<fieldValue>", "omit" : "true" ... }, ...]
FMDataMBS.GetRecord(request as FMRequestMBS = nil, recordId as String) as FMResponseMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Claris FileMaker Data API | MBS FMAPI Plugin | 20.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Please set layout property before calling this.
FMDataMBS.GetRecords(request as FMRequestMBS = nil) as FMResponseMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Claris FileMaker Data API | MBS FMAPI Plugin | 20.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Please set layout property before calling this.
FMDataMBS.LayoutMetadata(recordId as String) as FMResponseMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Claris FileMaker Data API | MBS FMAPI Plugin | 20.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
RecordID: Record ID to retrieve related value list data
FMDataMBS.LayoutNames as FMResponseMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Claris FileMaker Data API | MBS FMAPI Plugin | 20.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
FMDataMBS.Login as FMResponseMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Claris FileMaker Data API | MBS FMAPI Plugin | 20.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Please either set UserName and Password or OAuthRequestId and OAuthIdentifier.
If you don't call Login explicitly or the session token expired, the plugin will call it for you.
See also:
FMDataMBS.Login(dataSources() as FMDataSourceMBS) as FMResponseMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Claris FileMaker Data API | MBS FMAPI Plugin | 20.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Please either set UserName and Password or OAuthRequestId and OAuthIdentifier.
dataSources: External FileMaker Data Source Authentication.
Clears session token property.
If you don't call Login explicitly or the session token expired, the plugin will call it for you.
See also:
FMDataMBS.Logout as FMResponseMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Claris FileMaker Data API | MBS FMAPI Plugin | 20.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Clears session token property.
FMDataMBS.ProductInfo as FMResponseMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Claris FileMaker Data API | MBS FMAPI Plugin | 20.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Result property in FMResponseMBS is a dictionary with entries including buildDate, name, version, dateFormat, timeFormat and timeStampFormat.
FMDataMBS.ScriptNames as FMResponseMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Claris FileMaker Data API | MBS FMAPI Plugin | 20.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
FMDataMBS.SetGlobalFields(globalFields as Dictionary) as FMResponseMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Claris FileMaker Data API | MBS FMAPI Plugin | 20.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
globalFields: A dictionary that contains field-value pairs to set global fields in a target database. Field names must be Fully Qualified.
FMDataMBS.UploadToContainerField(Upload as FMContainerUploadMBS) as FMResponseMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Claris FileMaker Data API | MBS FMAPI Plugin | 20.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
upload: File to upload into container field
FMDataMBS.ValidateSession as FMResponseMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Claris FileMaker Data API | MBS FMAPI Plugin | 20.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
The items on this page are in the following plugins: MBS FMAPI Plugin.