Share via


ReleaseUpdateDB::backendFieldName Method [AX 2012]

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

Syntax

server public static str backendFieldName(TableId _tableId, FieldId _fieldId)

Run On

Server

Parameters

Return Value

Type: str
Gets the back-end field name of the Microsoft Dynamics AX Application Object Tree (AOT) field.

Exceptions

Exception Condition
Error

The table does not exist.

–or–

The field is not found in the table.

Remarks

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

See Also

Reference

ReleaseUpdateDB Class