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
Looks up the Audit cache for a field ID.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Audit | 8.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
Parameter | Description | Example |
---|---|---|
TableName | The table name or ID. Can be ID of table, so we lookup name by ID. Can be result of GetFieldName() function as we remove field name automatically. |
"MyTable" |
FieldID | The field ID to lookup. | 1 |
Returns field name or error.
Query first field name in Kontakte:
MBS( "Audit.FieldNameForID"; "Kontakte"; 1 )
Example result: "KONTAKT_ID ABGLEICHSFELD"
Created 20th January 2018, last changed 17th January 2020
Audit.FieldIDForName - Audit.GetEnabled
Feedback: Report problem or ask question.