Share via


ReqPeriodTemplateCalculate::calcReqTmpPeriodQty Method [AX 2012]

Calculates the periods on the server and retrieves the results as temporary records.

Syntax

server public static ReqTmpPeriodQty calcReqTmpPeriodQty(
    RecId _workPeriodTemplateRecId, 
    TransDate _todayDate, 
    ReqPlanId _reqPlanId, 
    ItemId _itemId, 
    InventDimId _covDimId)

Run On

Server

Parameters

Return Value

Type: ReqTmpPeriodQty Table
The handle of the table buffer of the reqTmpPeriodQty object variable that contains all created periods.

See Also

Reference

ReqPeriodTemplateCalculate Class