InventDimCtrl_Frm_Lookup.initDisplayOrderDataSource Method [AX 2012]

Populates a temporary table with dimensions values and its display order.

Syntax

public void initDisplayOrderDataSource(
    RetailTmpDimensionValueDisplayOrder _tmpTable, 
    FieldId _callerFieldId, 
    TableId _groupTableId)

Run On

Client

Parameters

  • _groupTableId
    Type: TableId Extended Data Type
    The table ID that shows which grouping should be used in the query.
    Possible options:

Remarks

The method selects all variant combinations of the specified item.

See Also

Reference

InventDimCtrl_Frm_Lookup Class