ReqPeriodTemplateCalculate::calcReqTmpPeriodQty Method [AX 2012]
Calculates the periods on the server and retrieves the results as temporary records.
server public static ReqTmpPeriodQty calcReqTmpPeriodQty(
RecId _workPeriodTemplateRecId,
TransDate _todayDate,
ReqPlanId _reqPlanId,
ItemId _itemId,
InventDimId _covDimId)
Run On
ServerParameters
- _workPeriodTemplateRecId
- Type: RecId Extended Data Type
An integer that contains the period template record ID.
- _todayDate
- Type: TransDate Extended Data Type
A date that contains the current date.
- _reqPlanId
- Type: ReqPlanId Extended Data Type
A string that contains a master plan ID.
- _itemId
- Type: ItemId Extended Data Type
A string that contains an item ID.
- _covDimId
- Type: InventDimId Extended Data Type
A string that contains a coverage dimension ID.
Return Value
Type: ReqTmpPeriodQty TableThe handle of the table buffer of the reqTmpPeriodQty object variable that contains all created periods.
Show: