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: 10.1   10.2   10.3   10.4   10.5   11.0   11.1   11.2   11.3   11.4    Statistic    FMM    Blog  

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

Blog Entries

Created 20th April 2018, last changed 20th April 2018


Audit.SetUUIDField - Audit.TableNameForID

Feedback: Report problem or ask question.