Share via


InventDimCtrl_Frm_Supply.modifyQueryQuarantineTransport Method [AX 2012]

Modifies the FormDataSource objects that are used to display information about items that are currently in quarantine or transport warehouses.

Syntax

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

Run On

Client

Parameters

  • _inventSum_DS
    Type: FormDataSource Class
    The FormDataSource object that refers to the InventSum table.
  • _inventDim_DS
    Type: FormDataSource Class
    The FormDataSource object that refers to the InventDim table.
  • _inventLocation_DS
    Type: FormDataSource Class
    The FormDataSource object that refers to the InventLocation table.
  • _inventDimReq
    Type: InventDim Table
    The requirements for item dimensions to be used for filtering, and the warehouse.

See Also

Reference

InventDimCtrl_Frm_Supply Class