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:
12.0
12.1
12.2
12.3
12.4
12.5
13.0
13.1
13.2
13.3
Statistic
FMM
Blog
Audit.SetIgnoreUnderscoreFieldNames
Sets whether to ignore all field names whose name starts with underscore character.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Audit | 5.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "Audit.SetIgnoreUnderscoreFieldNames"; Value ) More
Parameters
Parameter | Description | Example |
---|---|---|
Value | The new setting. Can be 0 or 1. | 1 |
Result
Returns OK or error.
Description
Sets whether to ignore all field names whose name starts with underscore character.If you have internal fields in a table like creation date and you store it in a field starting with _ in the name, we can automatically ignore those fields.
Must be called before first Audit run to take effect. Otherwise cache my mark a field as eligible for audit before the rule is set.
You may best call this in start script of the solution to setup Audit as needed.
Examples
Enable ignoring of underscore field names:
MBS( "Audit.SetIgnoreUnderscoreFieldNames"; 1 )
See also
Blog Entries
This function does not need a paid license.
Created 3th September 2015, last changed 3th June 2021
