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
- Version 10.3
- Added Audit.GetIgnoreRepetitions and Audit.SetIgnoreRepetitions functions.
Blog Entries
- Configure Audit functions in MBS Plugin
- What is new in the MBS FileMaker Plugin Version 10.3
- Neues MBS FileMaker Plugin 10.3 - Über 6200 Funktionen in einem Plugin
- MBS FileMaker Plugin 10.3 - More than 6200 Functions In One Plugin
- MBS FileMaker Plugin, version 10.3pr4
This function is free to use.
Created 14th June 2020, last changed 3th June 2021