Share via


InventUpd_Financial.initInventTransToReceiveList Method [AX 2012]

Initializes a sorted fist with inventory transactions to receive.

Syntax

public void initInventTransToReceiveList(
    StatusReceipt _fromStatus, 
    StatusReceipt _toStatus, 
    InventDimId _inventDimId, 
    InventDim _inventDimCriteria, 
    InventDimParm _inventDimParm, 
    InventTransChildType _inventTransChildType, 
    InventTransChildRefId _inventTransChildRefId, 
    InventQty _maxQty, 
   [boolean _addRecordsNotMatchingCriteria])

Run On

Server

Parameters

  • _inventDimCriteria
    Type: InventDim Table
    An InventDim record identifying the required inventory dimension values.
  • _inventDimParm
    Type: InventDimParm Table
    An InventDimParm records identifying which inventory dimensions are required.
  • _addRecordsNotMatchingCriteria
    Type: boolean
    A Boolean parameter that specifies if inventory transactions that do not match specified criteria should be included anyway.

See Also

Reference

InventUpd_Financial Class