ReqCalc.covCreateCoverage Method [AX 2012]
Creates the ReqTransCov record to settle the receipt and the issue reqTrans records.
protected void covCreateCoverage(
ReqSetupDim _setupDim,
ReqTrans _receipt,
ReqTrans _issue,
RecordInsertList _reqTransCovInsertList)
Run On
CalledParameters
- _setupDim
- Type: ReqSetupDim Class
A reqSetupDim object that holds master planning data for a specific item and coverage dimension.
- _receipt
- Type: ReqTrans Table
A reqTrans record with apositive quantity.
- _issue
- Type: ReqTrans Table
A reqTrans record with a negative quantity.
- _reqTransCovInsertList
- Type: RecordInsertList Class
A recordInsertList object in which ReqTransCov records are added.
Community Additions
ADD
Show: