ReqPeriodTemplateCalculate::newStandard Method [AX 2012]
Instantiates an ReqPeriodTemplateCalculate object.
client server public static ReqPeriodTemplateCalculate newStandard(
RecId _workPeriodTemplateRecId,
TransDate _todayDate,
ReqPlanId _reqPlanId,
ItemId _itemId,
InventDimId _covDimId)
Run On
CalledParameters
- _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.
Show: