Share via


ReqCalc.actionLoadReceipts Method [AX 2012]

Loads receipts that may be used for action coverage into an array.

Syntax

private int actionLoadReceipts(
    Array _receiptsArray, 
    Map _accumulatedActionQtyMap, 
    ItemId _itemId, 
    RefRecId _reqPlanVersionRefRecId, 
    InventDimId _covInventDimId, 
   [boolean _includePlannedOrders])

Run On

Called

Parameters

  • _receiptsArray
    Type: Array Class
    The array to load the receipts into.
  • _accumulatedActionQtyMap
    Type: Map Class
    A map that is created that has entries of value 0.0 for each loaded receipt.
  • _includePlannedOrders
    Type: boolean
    A Boolean value that indicates whether to include planned orders.

Return Value

Type: int
The number of receipts loaded.

See Also

Reference

ReqCalc Class