ReqCalc.covFindReceipt Method [AX 2012]
Finds a record in the ReqTrans table that has a positive free quantity in order to fulfill the issue that is meant for it.
protected ReqTrans covFindReceipt(
ReqSetupDim _setupDim,
ReqTrans _issue,
boolean _searchMarkingInventTransOrigin)
Run On
CalledParameters
- _setupDim
- Type: ReqSetupDim Class
A reqSetupDim object that holds the master planning settings for a specific item and coverage dimensions.
- _issue
- Type: ReqTrans Table
An unsettled issue record in the ReqTrans table.
- _searchMarkingInventTransOrigin
- Type: boolean
A Boolean value that indicates whether marking should be respected.
Return Value
Type: ReqTrans TableA record in the ReqTrans table that can be used to fulfill the issue record from the ReqTrans table.
Community Additions
ADD
Show: