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

Audit.SetIgnoreRepetitions

Whether to ignore repetitions.

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

Parameters

Parameter Description Example
Value The new setting.
Pass 1 to ignore them or 0 to include them.
1

Result

Returns OK or error.

Description

Whether to ignore repetitions.
If set to 1, we ignore the repetition fields at all.
We always ignore global repetition fields for performance reasons.

If repetitions are checked, we query the maximum count defined for the field. Then we query count() to get the number of values. Next we loop from 1 to maximum to find all the values. We may loop 10 fields more, but otherwise exit when we found all values to save CPU time if you define maximum of 5000 and only use first 5 values.

You may best call this in start script of the solution to setup Audit as needed.

See also

Release notes

Blog Entries

This function is free to use.

Created 14th June 2020, last changed 3th June 2021


Audit.SetIgnoreCalculations - Audit.SetIgnoreSummaryFields