Share via


PurchReApprovalPolicyRuleFieldList.getFieldNameAndLabel Method [AX 2012]

Gets the field name and label.

Syntax

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

Run On

Client

Parameters

  • _tableLabel
    Type: str
    The label for the table specified in _tableId value.
  • _key
    Type: str
    A key for looking up replacement labels.

Return Value

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

See Also

Reference

PurchReApprovalPolicyRuleFieldList Class