Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

Audit.SetIgnoreSummaryFields

Set whether summary fields are audited.

Component Version macOS Windows Linux Server iOS SDK
Audit 5.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes
MBS( "Audit.SetIgnoreSummaryFields"; Value )   More

Parameters

Parameter Description Example
Value The new setting. 1 to ignore and 0 to audit. 1

Result

Returns OK or error.

Description

Set whether summary fields are audited.
Unstored calculations are always ignored. This setting allows you to disable auditing of summary fields. Due to field type caching, setting this property does not take effect immediately.

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

Disable summary field auditing:

MBS("Audit.SetIgnoreSummaryFields"; 1)

See also

Release notes

Blog Entries

This function is free to use.

Created 8th November 2015, last changed 3th June 2021


Audit.SetIgnoreRepetitions - Audit.SetIgnoreUnderscoreFieldNames