Share via


EventBuildValidAlertFields.getFieldLabel Method [AX 2012]

Gets the field label for the specified form control.

Syntax

protected EventFieldLabel getFieldLabel(Object _formControl)

Run On

Client

Parameters

Return Value

Type: EventFieldLabel Extended Data Type
The message event field label.

Remarks

Used internally in the processing to convert a FormControl into a label. Only returns a label if the label does not already exist for another control, based on the same database field; otherwise, blank will be returned.

See Also

EventBuildValidAlertFields Class

FormControl Class