ReqCalc.findReceiptPeriod Method [AX 2012]

Searches for a reqTrans record with a positive free quantity in order to fulfill the issue that is meant for it by a period quantity calculation.

Syntax

protected ReqTrans findReceiptPeriod(ReqSetupDim _setupDim, ReqTrans _issue)

Run On

Called

Parameters

  • _setupDim
    Type: ReqSetupDim Class
    A ReqSetupDim object that holds master planning settings for a specific item and coverage dimension.

Return Value

Type: ReqTrans Table
A ReqTrans record which can be used to fulfill the issue ReqTrans record.

See Also

Reference

ReqCalc Class