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.
- _itemId
Type: ItemId Extended Data Type
The ID of the item for which to load issues and receipts.
- _reqPlanVersionRefRecId
Type: RefRecId Extended Data Type
The record ID of the current plan version.
- _covInventDimId
Type: InventDimId Extended Data Type
The ID of the coverage dimension.
- _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.