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:
11.0
11.1
11.2
11.3
11.4
11.5
12.0
12.1
12.2
12.3
Statistic
FMM
Blog
Audit.SetUUIDField
Sets the UUID field name.
Component | Version | macOS | Windows | Linux | Server | iOS SDK | License |
Audit | 7.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | Paid |
MBS( "Audit.SetUUIDField"; FieldName ) More
Parameters
Parameter | Description | Example |
---|---|---|
FieldName | The field name. | "UUID" |
Result
Returns OK or error.
Description
Sets the UUID field name.If set, we use UUIDs for Record IDs. The name given here should be used in all tables for the unique ID field.
If no field with that name is in a table, we fall back to the normal RecordID.
Please add a field named UUID to the AuditLog table (and layout), so the plugin can fill and query this field.
You may best call this in start script of the solution to setup Audit as needed.
Examples
Defines UUID to be the field where we store unique redord IDs:
MBS( "Audit.SetUUIDField"; "UUID" )
See also
Release notes
- Version 7.3
- Added UUID mode for Audit. Call Audit.SetUUIDField please to enable.
Blog Entries
Created 15th May 2017, last changed 3th June 2021
Audit.SetLogAccess - Audit.Statistics
Feedback: Report problem or ask question.
