Share via


EventBuildValidAlertFields.isControlVisible Method [AX 2012]

Checks whether the FormControl is visible to the user.

Syntax

protected boolean isControlVisible(Object _formControl)

Run On

Client

Parameters

  • _formControl
    Type: Object Class
    The FormControl to be checked.

Return Value

Type: boolean
true if the FormControl is visible to the user; otherwise, false.

Remarks

This method takes security into account.

See Also

EventBuildValidAlertFields Class

FormControl Class