Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Audit.TableNameForID
Looks up the Audit cache for the table name for a given table occurrence ID.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Audit | 8.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "Audit.TableNameForID"; TableID ) More
Parameters
Parameter | Description | Example |
---|---|---|
TableID | The table ID to lookup. | 1 |
Result
Returns text, empty or error.
Description
Looks up the Audit cache for the table name for a given table occurrence ID.Returns empty result if not found.
Examples
Query table name:
MBS( "Audit.TableNameForID"; 1065089 )
Example result: "Kontakte"
See also
Release notes
- Version 8.0
- Added Audit.FieldNameForID and Audit.TableNameForID.
This function is free to use.
Created 20th January 2018, last changed 18th January 2023