SysOperationAutomaticUIBuilder.getMultiSelectTableForType Method [AX 2012]

Gets the SyOperationMultiSelectTmp table that contains the list of values to display in the dropdown list.

Syntax

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.

Return Value

Type: SysOperationMultiSelectTmp Table
A SysOperationMultiSelectTmp table that is populated with valid values.

Remarks

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.

See Also

Reference

SysOperationAutomaticUIBuilder Class