Share via


InventDimCtrl_Frm_Supply.modifyQueryPdsCWAdjOnHand Method [AX 2012]

Modifies the FormDataSource objects that are used to display information about items related to catch weight.

Syntax

public void modifyQueryPdsCWAdjOnHand(
    FormDataSource _inventSum_DS, 
    FormDataSource _inventDim_DS, 
    ItemId _itemId, 
    InventDim _inventDimReq)

Run On

Client

Parameters

  • _inventSum_DS
    Type: FormDataSource Class
    A FormDataSource object that refers to the InventSum table.
  • _inventDim_DS
    Type: FormDataSource Class
    A FormDataSource object that refers to the InventDim table.
  • _inventDimReq
    Type: InventDim Table
    An InventDim record that contains the requirements for item dimensions that will be used for filtering in addition to the warehouse.

See Also

Reference

InventDimCtrl_Frm_Supply Class