Share via


EventBuildValidAlertFields.containerHasValidLabel Method [AX 2012]

Decides whether the specified FormControl has an appropriate label for context-qualifying a field control.

Syntax

public boolean containerHasValidLabel(FormControl _formControl)

Run On

Client

Parameters

Return Value

Type: boolean
true if the specified FormControl has an appropriate label for context-qualifying a field control; otherwise, false.

Remarks

By definition, only controls of type FormTabPageControl and FormGroupControl apply.

See Also

Reference

EventBuildValidAlertFields Class