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.3
9.4
9.5
10.0
10.1
10.2
10.3
10.4
10.5
10.6
Statistic
FMM
Blog
XML.Import.SetBaseFields
Sets the names of the base fields per record.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| XML | 7.1 | Yes | Yes | Yes | Yes | Yes |
Parameters
| 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" |
Result
Returns OK or error.
Description
Sets the names of the base fields per record.If the names are empty, the field is not created.
Examples
Disable all fields:
MBS("XML.Import.SetBaseFields"; ""; ""; "")
Set default names:
MBS("XML.Import.SetBaseFields"; "_RecordUUID"; "_CreationTimeStamp"; "_ParentRecordUUID")
See also
Blog Entries
Release notes
- Version 7.1
- Added XML.Import.SetBaseFields and XML.Import.SetExtraField.
Created 2nd February 2017, last changed 2nd February 2017
XML.Import.Errors - XML.Import.SetExtraField
Feedback: Report problem or ask question.
Links
MBS Xojo PDF Plugins