SysDictType.label Method [AX 2012]

Provides the label that is displayed for an extended data type or specified array element, or the label for the extended data type that an extended data type extends.

public str label([int _arrayEntry])

Run On

Called

Parameters

_arrayEntry
Type: int
An integer value of an array element.

Return Value

Type: str
The label that is displayed for an extended data type; otherwise, the label for an array element when the arrayEntry parameter is provided.

The label that is returned corresponds to the Label property for an extended data type or array element in the Application Object Tree (AOT).

When an extended data type does not have a label, the method returns the label defined for the extended data type that an extended data type extends.

Community Additions

ADD
Show: