DictField.label Method [AX 2012]

Returns the label for the field.

public str label([int arrayIndex])

Run On

Called

Parameters

arrayIndex
Type: int

Return Value

Type: str
The label or inherited label value for the field.

If no label is provided for the field, this method returns the label for the extended data type for the field, if applicable. If an array entry is specified, this method returns the label for the array element.

Community Additions

ADD
Show: