TABLENAME2ID ER function

The TABLENAME2ID function returns a numeric representation of the table ID for the specified table name as an Integer value.

Syntax

TABLENAME2ID (text)

Arguments

text: String

A text value that represents a valid table name.

Return values

Integer

The resulting numeric value.

Usage notes

Execution of this function can have different results in different instances of Microsoft Dynamics 365 Finance, even if the same company name is used.

Example

TABLENAME2ID ("Intrastat") returns 1510.

Additional resources

Other (business domain–specific) functions