Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
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 is free to use.
Created 3th September 2015, last changed 3th June 2021