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:
12.2
12.3
12.4
12.5
13.0
13.1
13.2
13.3
13.4
13.5
Statistic
FMM
Blog
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
MBS(
"Audit.SetIgnoreRepetitions"; /* Whether to ignore repetitions. */
$Value) /* The new setting.
Pass 1 to ignore them or 0 to include them.e.g. 1 */
Less
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