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.5
10.0
10.1
10.2
10.3
10.4
10.5
11.0
11.1
11.2
Statistic
FMM
Blog
Log all changes to your database.
For FileMaker Pro.
We define fields in each table which trigger our Audit function, so with any change in a record, the plugin can keep track of changes.
Version | macOS | Windows | Linux | Server | iOS SDK |
2.8 / 11.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
Item | Details |
---|---|
Audit.Backup Log record. | All 8.5 |
Audit.Backup2 Log record. | All 8.5 |
Audit.Changed Log record change. | All 2.8 |
Audit.Changed2 Same as Audit.Changed, but here you pass the list of fields to check. | All 3.1 |
Audit.ClearCaches Clears internal caches for audit functions. | All 3.1 |
Audit.Delete Log record deletion. | All 2.8 |
Audit.Delete2 Same as Audit.Delete, but here you pass the list of fields to check. | All 3.1 |
Audit.FieldIDForName Looks up the Audit cache for a field name. | All 8.2 |
Audit.FieldNameForID Looks up the Audit cache for a field ID. | All 8.0 |
Audit.GetEnabled Queries enable status. | All 7.1 |
Audit.GetIgnoreCalculations Queries whether stored calculations are audited. | All 4.4 |
Audit.GetIgnoreRepetitions Queries whether repetition fields should be ignored. | All 10.3 |
Audit.GetIgnoreSummaryFields Queries whether summary fields are audited. | All 5.4 |
Audit.GetIgnoreUnderscoreFieldNames Queries the state of the underscore ignore setting. | All 5.3 |
Audit.GetIgnoredFieldNames Queries list of ignored field names. | All 7.3 |
Audit.GetLogAccess Queries whether plugin logs access. | All 4.1 |
Audit.GetUUIDField Queries UUID field name. | All 7.3 |
Audit.Hash Hashes the field/value. | All 11.1 |
Audit.SetEnabled Turns audit globally on or off. | All 7.1 |
Audit.SetIgnoreCalculations Set whether stored calculations are audited. | All 4.4 |
Audit.SetIgnoreRepetitions Whether to ignore repetitions. | All 10.3 |
Audit.SetIgnoreSummaryFields Set whether summary fields are audited. | All 5.4 |
Audit.SetIgnoreUnderscoreFieldNames Sets whether to ignore all field names whose name starts with underscore character. | All 5.3 |
Audit.SetIgnoredFieldNames Sets the ignored field names. | All 2.8 |
Audit.SetLogAccess Sets whether access is logged. | All 4.1 |
Audit.SetUUIDField Sets the UUID field name. | All 7.3 |
Audit.TableIDForName Looks up the Audit cache for a table name. | All 8.2 |
Audit.TableNameForID Looks up the Audit cache for a table ID. | All 8.0 |
28 functions.
Feedback: Report problem or ask question.