ReqCalc.covFindOnhand Method [AX 2012]

Finds available inventory for covering a specified requirement transaction.

Syntax

protected ReqTrans covFindOnhand(ReqSetupDim _setupDim, ReqTrans _reqTrans)

Run On

Called

Parameters

  • _setupDim
    Type: ReqSetupDim Class
    A ReqSetupDim object that defines the item and coverage dimension.
  • _reqTrans
    Type: ReqTrans Table
    The requirement transaction to cover with available inventory.

Return Value

Type: ReqTrans Table
A requirement transaction with available supply that covers the demand.

See Also

Reference

ReqCalc Class