ReleaseUpdateDB::backendTableName Method [AX 2012]

Gets the back-end table name of a Microsoft Dynamics AX table.

server public static str backendTableName(TableId _tableId)

Run On

Server

Parameters

_tableId
Type: TableId Extended Data Type
The ID of a table.

Return Value

Type: str
The back-end table name in the Microsoft SQL Server.

ExceptionCondition
Error

The table ID is 0.

–or–

The table is not found.

If the AOT table name is too long, it will be truncated, and the table ID is attached to the end to build up the back-end table name.

Show: