Share via


EventBuildValidAlertFields.isControlValid Method [AX 2012]

Checks whether a FormControl must be represented by using a record in the TmpEventAlertField table.

Syntax

protected boolean isControlValid(Object _formControl)

Run On

Client

Parameters

Return Value

Type: boolean
true if the specified FormControl must be represented by using a record in the TmpEventAlertField table; otherwise, false.

See Also

Reference

EventBuildValidAlertFields Class