Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
9.5
10.0
10.1
10.2
10.3
10.4
10.5
11.0
11.1
11.2
Statistic
FMM
Blog
Sets the names of the base fields per record.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
XML | 7.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
Parameter | Description | Example |
---|---|---|
RecordUUIDFieldName | The field name for the record UUID field. | "_ RecordUUID" |
CreationTimeStampFieldName | The name for the time stamp field. | "_CreationTimeStamp" |
ParentRecordUUIDFieldName | The name for the parent record UUID field. | "_ParentRecordUUID" |
Returns OK or error.
Disable all fields:
MBS("XML.Import.SetBaseFields"; ""; ""; "")
Set default names:
MBS("XML.Import.SetBaseFields"; "_RecordUUID"; "_CreationTimeStamp"; "_ParentRecordUUID")
Created 2nd February 2017, last changed 2nd February 2017
XML.Import.Errors - XML.Import.SetExtraField
Feedback: Report problem or ask question.