Share via


EventBuildValidAlertFields.build Method [AX 2012]

This is the central method of the class holding the bulk of the run method. This includes initialization, traversing formRun controls, and post treatment of the inserted records.

Syntax

protected void build()

Run On

Client

Remarks

This method does the following:

  1. Initialization: where internal storage structures are allocated.

  2. BuildRecursive: the traversing of all controls in the formRun.

  3. SetUniquePostFix: post treatment of the inserted records in the TmpEventAlertField table.

See Also

EventBuildValidAlertFields Class

TmpEventAlertField Table