InventSumDateFinancialCalc_RU::newParameters Method [AX 2012]
Creates a new instance of the InventSumDateFinancialCalc_RU class and initializes it.
Syntax
client server public static InventSumDateFinancialCalc_RU newParameters(
ParmId _parmId,
FromDate _fromDate,
ToDate _toDate,
IInventSumDateFinancialCalcStrategy_RU _calcStrategy)
Run On
Called
Parameters
- _parmId
Type: ParmId Extended Data Type
The calculation ID.
- _fromDate
Type: FromDate Extended Data Type
The start date.
- _toDate
Type: ToDate Extended Data Type
The end date.
- _calcStrategy
Type: IInventSumDateFinancialCalcStrategy_RU Interface
The IInventSumDateFinancialCalcStrategy_RU interface instance.
Return Value
Type: InventSumDateFinancialCalc_RU Class
The new instance of the InventSumDateFinancialCalc_RU class.