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