SysOperationAutomaticUIBuilder.addCollectionDialogField Method [AX 2012]

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

protected DialogField addCollectionDialogField(SysOperationDataMemberInfo _memberInfo)

Run On

Called

Parameters

_memberInfo
Type: SysOperationDataMemberInfo Class
The SysOperationDataMemberInfo object that is of the collection type.

Return Value

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

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.

Community Additions

ADD
Show: