Share via


ReqSupplyDemandScheduleModel.calculatePeggedInventoryPeriod Method [AX 2012]

Calculates the coverage planned inventory quantity for one net requirement.

Syntax

protected ReqQty calculatePeggedInventoryPeriod(ReqTrans _reqTrans, int _headerType)

Run On

Server

Parameters

  • _reqTrans
    Type: ReqTrans Table
    The net requirements that will be used for calculation.
  • _headerType
    Type: int
    The type of header for the net requirement.

Return Value

Type: ReqQty Extended Data Type
The coverage planned inventory quantity for the provided net requirement.

See Also

Reference

ReqSupplyDemandScheduleModel Class