Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the back-end table name of a Microsoft Dynamics AX table.
Syntax
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.
Exceptions
Exception | Condition |
---|---|
Error | The table ID is 0. –or– The table is not found. |
Remarks
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.