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

Called

Parameters

_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 Table
A record in the ReqTrans table that can be used to fulfill the issue record from the ReqTrans table.

If the _searchMarkingInventTransOrigin value is true and if the issue record in the ReqTrans table is marked, only the corresponding marked receipt can qualify.

Community Additions

ADD
Show: