SysOperationAutomaticUIBuilder.modifyCollectionDialogField Method [AX 2012]

Changes the field for a collection in the dialog box to use the multi-select control.

Syntax

protected void modifyCollectionDialogField()

Run On

Called

Remarks

This method is called during the postRun method to change the field for a collection in the dialog box type to use multi-select control. The method may be called repeatedly if the multi-select dropdown list changes, such as in the reporting scenario when parameter valid values change because of dependent parameter value changes.

See Also

Reference

SysOperationAutomaticUIBuilder Class