Share via


EventCreateRule.checkAlertField Method [AX 2012]

Tests whether the text entered in the Alert Field control is valid, by trying to find a corresponding record in the TmpEventAlertField temporary table.

Syntax

public boolean checkAlertField(EventFieldLabelRich _alertFieldLabel)

Run On

Called

Parameters

Return Value

Type: boolean
true if the text entered in the Alert Field control is valid; otherwise, false.

Remarks

Used by the EventCreateRule form to test the validity of the text entered in the Alert Field control.

See Also

EventCreateRule Class

TmpEventAlertField Table