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:
9.3
9.4
9.5
10.0
10.1
10.2
10.3
10.4
10.5
10.6
Statistic
FMM
Blog
Audit.SetIgnoreUnderscoreFieldNames
Sets whether to ignore all field names whose name starts with underscore character.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| Audit | 5.3 | Yes | Yes | Yes | Yes | Yes |
MBS( "Audit.SetIgnoreUnderscoreFieldNames"; Value ) More
Parameters
| Parameter | Description | Example |
|---|---|---|
| Value | The new setting. Can be 0 or 1. | 1 |
Result
Returns OK or error.
Description
Sets whether to ignore all field names whose name starts with underscore character.If you have internal fields in a table like creation date and you store it in a field starting with _ in the name, we can automatically ignore those fields.
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.
Examples
Enable ignoring of underscore field names:
MBS( "Audit.SetIgnoreUnderscoreFieldNames"; 1 )
See also
Blog Entries
Created 3th September 2015, last changed 31st August 2020
Audit.SetIgnoreSummaryFields - Audit.SetIgnoredFieldNames
Feedback: Report problem or ask question.
Links
MBS FileMaker blog