Share via


InventUpd_Physical.initInventTransToReceiveList Method [AX 2012]

Initializes the list of transactions for the receipt.

Syntax

Note

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.

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

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

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          protected void initInventTransToReceiveList(
            StatusReceipt _fromStatus, 
            StatusReceipt _toStatus, 
            InventDimId _inventDimId, 
            InventDim _inventDimCriteria, 
            InventDimParm _inventDimParm, 
            InventTransChildType _inventTransChildType, 
            InventTransChildRefId _inventTransChildRefId, 
            InventQty _maxQty, 
           [boolean _addRecordsNotMatchingCriteria])

  Microsoft Dynamics AX 2012 (FPK)
          protected void initInventTransToReceiveList(
            StatusReceipt _fromStatus, 
            StatusReceipt _toStatus, 
            InventDimId _inventDimId, 
            InventDim _inventDimCriteria, 
            InventDimParm _inventDimParm, 
            InventTransChildType _inventTransChildType, 
            InventTransChildRefId _inventTransChildRefId, 
            InventQty _maxQty, 
           [boolean _addRecordsNotMatchingCriteria])

  Microsoft Dynamics AX 2012 (SYS)
          protected void initInventTransToReceiveList(
            StatusReceipt _fromStatus, 
            StatusReceipt _toStatus, 
            InventDimId _inventDimId, 
            InventDim _inventDimCriteria, 
            InventDimParm _inventDimParm, 
            InventTransChildType _inventTransChildType, 
            InventTransChildRefId _inventTransChildRefId, 
            InventQty _maxQty, 
           [boolean _addRecordsNotMatchingCriteria])

Run On

Server

Parameters

  • _fromStatus
    Type: StatusReceipt Enumeration
    The from range for the statusReceipt enumeration value to use to retrieve the transactions.
  • _toStatus
    Type: StatusReceipt Enumeration
    The to range for the statusReceipt enumeration value to use to retrieve the transactions.
  • _inventDimCriteria
    Type: InventDim Table
    The inventory dimension record to use to find the receipt transactions.
  • _inventDimParm
    Type: InventDimParm Table
    The inventory dimension parameters to use to find the receipt transactions.
  • _addRecordsNotMatchingCriteria
    Type: boolean
    A Boolean flag that specifies whether to add records that do not match the criteria.

See Also

Reference

InventUpd_Physical Class