SysOperationAutomaticUIBuilder.addCollectionDialogField Method [AX 2012]

Adds a dialog box for the SysOperationDataMemberInfo object that is of the collection type.

Syntax

protected DialogField addCollectionDialogField(SysOperationDataMemberInfo _memberInfo)

Run On

Called

Parameters

Return Value

Type: DialogField Class
The dialog box control that is added.

Remarks

For collection and multi-value, first add a string control. Then in the postRun method, add the multi-value control by using the SysLookupMultiSelectCtrl class.

See Also

Reference

SysOperationAutomaticUIBuilder Class