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.

Syntax

protected str getMultiSelectFromDialogField(DialogField _dialogField, SysOperationDataMemberInfo _memberInfo)

Run On

Called

Parameters

  • _dialogField
    Type: DialogField Class
    The dialog box field for the multi-value control.

Return Value

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

Remarks

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

See Also

Reference

SysOperationAutomaticUIBuilder Class