ReqDemPlanDataProcessingHelper::dbFieldName Method [AX 2012]

Returns the field name in the database.

client server public static str dbFieldName(TableId _tableId, FieldId _fieldId)

Run On

Called

Parameters

_tableId
Type: TableId Extended Data Type
The table ID.
_fieldId
Type: FieldId Extended Data Type
The field ID.

Return Value

Type: str
The field name in the database.
Show: