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
Same as Audit.Delete, but here you pass the list of fields to check.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Audit | 3.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
Parameter | Description | Example |
---|---|---|
timestamp | Pass here the timestamp field you added for auditing to the table. | AuditTimeStamp |
TableName | The name of the table. With 10.2 optionally as second value the name of the audit log table unless you take the default AuditLog. |
"Firma¶MyAuditLog" |
FieldsToCheck | A list of field names to check. | "myField" |
Returns 1.
Log record on delete:
MBS( "Audit.Delete2"; MyTable::AuditTimeStamp; "MyTable"; "firstName"; "lastName"; "age" )
Created 18th August 2014, last changed 2nd April 2020
Audit.Delete - Audit.FieldIDForName
Feedback: Report problem or ask question.