Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Audit.SetUUIDFields
Sets the list of UUID field names.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Audit | 15.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "Audit.SetUUIDFields"; FieldNames ) More
Parameters
Parameter | Description | Example |
---|---|---|
FieldNames | The field names for UUID. | "Events::EventID¶Contacts::ContactID" |
Result
Returns OK or error.
Description
Sets the list of UUID field names.Examples
Set UUID fields in various tables:
Set Variable [ $r; Value: MBS( "Audit.SetUUIDFields";
"Assignees | Contributors::Contributor | MATCH FIELD¶" &
"Contacts::CONTACT ID MATCH FIELD¶" &
"Contributors::Contributor | MATCH FIELD¶" &
"Events::EVENT ID MATCH FIELD¶" &
"Guests::Guest | MATCH FIELD¶" ) ]
# default name for other tables:
Set Variable [ $r; Value: MBS( "Audit.SetUUIDField"; "UUID" ) ]
See also
Release notes
- Version 15.2
- Added Audit.SetUUIDFields and Audit.GetUUIDFields function.
Blog Entries
Created 18th April 2025, last changed 24th April 2025
