Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Audit.SetIgnoreEmptyFieldsForCreate
Sets whether to ignore empty fields for create.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Audit | 15.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "Audit.SetIgnoreEmptyFieldsForCreate"; Value ) More
Parameters
Parameter | Description | Example |
---|---|---|
Value | The new setting. Can be 0 or 1. | 0 |
Result
Returns OK or error.
Description
Sets whether to ignore empty fields for create.Default is true.
When the plugin sees a record the first time, we log create for all fields. To reduce number of records, we skip empty fields by default to reduce the number of log entries.
Examples
Ignore empty fields for create:
Set Variable [ $r ; Value: MBS("Audit.SetIgnoreEmptyFieldsForCreate"; 1) ]
Log empty fields for create:
Set Variable [ $r ; Value: MBS("Audit.SetIgnoreEmptyFieldsForCreate"; 0) ]
See also
Release notes
- Version 15.0
- Added Audit.GetIgnoreEmptyFieldsForCreate and Audit.SetIgnoreEmptyFieldsForCreate functions.
Blog Entries
This function is free to use.
Created 28th November 2024, last changed 31st December 2024
