Share via


ReqSupplyDemandScheduleModel.calculateInventoryStartPeriod Method [AX 2012]

Calculates the starting available inventory quantity for one net requirement.

Syntax

protected ReqQty calculateInventoryStartPeriod(ReqTrans _reqTrans, int _currentPeriod)

Run On

Server

Parameters

  • _reqTrans
    Type: ReqTrans Table
    The net requirements that will be used for calculation.
  • _currentPeriod
    Type: int
    The number of the current period.

Return Value

Type: ReqQty Extended Data Type
The starting available inventory quantity for the provided net requirement.

See Also

Reference

ReqSupplyDemandScheduleModel Class