SysOperationAutomaticUIBuilder.getMultiSelectFromDialogField Method [AX 2012]

Gets the values that are selected in the multi-select control after the user clicks OK in the dialog box.

protected str getMultiSelectFromDialogField(DialogField _dialogField, SysOperationDataMemberInfo _memberInfo)

Run On

Called

Parameters

_dialogField
Type: DialogField Class
The dialog box field for the multi-value control.
_memberInfo
Type: SysOperationDataMemberInfo Class
The member information for the field.

Return Value

Type: str
A semicolon-delimited string that contains the values that were selected.

A semicolon is used instead of a comma because a semicolon is multilanguage.

Community Additions

ADD
Show: