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

Called

Parameters

_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 Table
A SysOperationMultiSelectTmp table that is populated with valid values.

The table is used as a data source for the multi-select controls. The default implementation contains no values. The custom UI builders can override this method and provide the relevant values that must be displayed in the control.

Community Additions

ADD
Show: