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

Audit.SetIgnoreCalculations

Set whether stored calculations are audited.

Component Version macOS Windows Linux Server iOS SDK
Audit 4.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes
MBS( "Audit.SetIgnoreCalculations"; 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 stored calculations are audited.
Unstored calculations are always ignored. This setting allows you to disable auditing of stored calculations. 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 may 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.

For this feature to work, your field needs to have the result of the FieldType() function return a text with "StoredCalc" included. Formula fields are always ignored, but they need to return a field type with "UnstoredCalc" in the text.

See also

Release notes

Blog Entries

This function is free to use.

Created 25th September 2014, last changed 16th September 2025


Audit.SetEnabled - Audit.SetIgnoreEmptyFieldsForCreate