Topics
All
Mac OS X
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Guides
Examples
New in version:
7.4
7.5
8.0
8.1
8.2
8.3
8.4
8.5
9.0
9.1
Statistic
Audit.SetUUIDField
Sets the UUID field name.
Component | Version | macOS | Windows | Server | FileMaker Cloud | FileMaker iOS SDK |
Audit | 7.3 | Yes | Yes | Yes | Yes | Yes |
MBS( "Audit.SetUUIDField"; FieldName ) More
Parameters
Parameter | Description | Example value |
---|---|---|
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.
Examples
Defines UUID to be the field where we store unique redord IDs:
MBS( "Audit.SetUUIDField"; "UUID" )
See also
Blog Entries
Created 15th May 2017, last changed 15th May 2017
Audit.SetLogAccess - Audit.TableIDForName
Feedback: Report problem or ask question.
Links
MBS FileMaker blog