Share via


ReqCalc.actionLoadCoverageIssuesAndReceipts Method [AX 2012]

Loads issues and receipts into arrays.

Syntax

private int actionLoadCoverageIssuesAndReceipts(
    Array _covArray, 
    Array _covReceiptsArray, 
    Array _covIssuesArray, 
    ItemId _itemId, 
    RefRecId _reqPlanVersionRefRecId, 
    InventDimId _covInventDimId, 
   [boolean _staticReceiptsWithNegativeActionQty])

Run On

Called

Parameters

  • _covArray
    Type: Array Class
    The array to load the ReqTransCov records into.
  • _covReceiptsArray
    Type: Array Class
    Array to load the ReqTrans records into.
  • _covIssuesArray
    Type: Array Class
    Array to load the ReqTrans records into.
  • _staticReceiptsWithNegativeActionQty
    Type: boolean
    A Boolean value that indicates whether to load static receipts with negative action quantities.

Return Value

Type: int
The number of matching issues and receipts loaded.

See Also

Reference

ReqCalc Class