ReleaseUpdateDB::backendFieldName Method [AX 2012]
Gets the back-end field name of a Microsoft Dynamics AX table.
server public static str backendFieldName(TableId _tableId, FieldId _fieldId)
Run On
ServerParameters
- _tableId
- Type: TableId Extended Data Type
The ID of a table.
- _fieldId
- Type: FieldId Extended Data Type
The ID of a field.
Return Value
Type: strGets the back-end field name of the Microsoft Dynamics AX Application Object Tree (AOT) field.
Show: