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: 9.5   10.0   10.1   10.2   10.3   10.4   10.5   11.0   11.1   11.2    Statistic    FMM    Blog  

Audit.SetIgnoredFieldNames

Sets the ignored field names.

Component Version macOS Windows Linux Server iOS SDK
Audit 2.8 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes
MBS( "Audit.SetIgnoredFieldNames"; fields )   More

Parameters

Parameter Description Example
fields The field name to ignore. Pass one parameter per field.
Version 7.3 or newer accepts a list of names here.
"MyField"

Result

Returns OK on success.

Description

Sets the ignored field names.
Default is "AuditState" and "AuditTimeStamp".
Best you call it once at startup of your solution.
With plugin version 4.4 you can use * on the end of the name to match all names starting with same text.
This list is not limited. You can make a list as long as stuff fit in memory.

With plugin version 7.3 this can be a list of field names in each fields parameter.

Examples

Set ignored field names:

MBS( "Audit.SetIgnoredFieldNames"; "sAuditState"; "sAuditTimeStamp" )

Set ignored field names with a list of names:

MBS( "Audit.SetIgnoredFieldNames"; "sAuditState¶sAuditTimeStamp" )

See also

Release notes

Blog Entries

Created 18th August 2014, last changed 2nd June 2017


Audit.SetIgnoreUnderscoreFieldNames - Audit.SetLogAccess

Feedback: Report problem or ask question.