Edit

Share via


TABLENAME2ID ER function

Note

Community interest groups have now moved from Yammer to Microsoft Viva Engage. To join a Viva Engage community and take part in the latest discussions, fill out the Request access to Finance and Operations Viva Engage Community form and choose the community you want to join.

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