SysOperationAutomaticUIBuilder.getMultiSelectTableForType Method [AX 2012]
Gets the SyOperationMultiSelectTmp table that contains the list of values to display in the dropdown list.
protected SysOperationMultiSelectTmp getMultiSelectTableForType(SysDictType _dictType, SysOperationDataMemberInfo _memberInfo)
Run On
CalledParameters
- _dictType
- Type: SysDictType Class
The SysDictType object that is displayed in the multi-select control.
- _memberInfo
- Type: SysOperationDataMemberInfo Class
The member information about the control.
Return Value
Type: SysOperationMultiSelectTmp TableA SysOperationMultiSelectTmp table that is populated with valid values.
Community Additions
ADD
Show: