PurchReApprovalPolicyRuleFieldList.getFieldNameAndLabel Method [AX 2012]

Gets the field name and label.

private container getFieldNameAndLabel(
    TableId _tableId, 
    str _tableLabel, 
    str _key, 
    FieldId _fieldId)

Run On

Client

Parameters

_tableId
Type: TableId Extended Data Type
The table ID that contains the field.
_tableLabel
Type: str
The label for the table specified in _tableId value.
_key
Type: str
A key for looking up replacement labels.
_fieldId
Type: FieldId Extended Data Type
The ID of the field.

Return Value

Type: container
A field name, label, help text and icon in a container.

Community Additions

ADD
Show: