ProdUpdBOMCalc::newProdTable Method [AX 2012]
Creates a new instance of the ProdUpdBOMCalc class, and initializes it with given parameters.
server public static ProdUpdBOMCalc newProdTable(
ProdTable _prodTable,
[CostProfitSet _profitSet,
date _calcDate,
NoYes _references])
Run On
ServerParameters
- _prodTable
- Type: ProdTable Table
The record from the ProdTable table.
- _profitSet
- Type: CostProfitSet Enumeration
The profit-setting value; optional.
- _calcDate
- Type: date
A date for the price calculation; optional.
- _references
- Type: NoYes Enumeration
A NoYes enumeration that specifies that the References should be used in price calculation; optional.
Show: