Share via


EventBuildValidAlertFields.insertField Method [AX 2012]

Inserts a record in the TmpEventAlertField table.

Syntax

protected void insertField(Object _formControl, FormControl _parentControl)

Run On

Client

Parameters

Remarks

The following conditions can prevent a record from being inserted:

  1. If the FormControl is not hosted on one of the valid FormDataSources.

  2. If the method getFieldLabel returns blank.

See Also

EventBuildValidAlertFields Class

TmpEventAlertField Table