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  

XML.Import.SetBaseFields

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
MBS( "XML.Import.SetBaseFields"; RecordUUIDFieldName; CreationTimeStampFieldName; ParentRecordUUIDFieldName )   More

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

Release notes

Blog Entries

Created 2nd February 2017, last changed 2nd February 2017


XML.Import.Errors - XML.Import.SetExtraField

Feedback: Report problem or ask question.