ProjAccountDetailHistoryDP.setOriginalOrRevisionAmount Method [AX 2012]
Sets the original and revised amount on the ProjTmpAccountDetailHistory table.
protected boolean setOriginalOrRevisionAmount(ProjForecastBudgetType _projForecastBudgetType, AmountMST _amountMST)
Run On
ServerParameters
- _projForecastBudgetType
- Type: ProjForecastBudgetType Enumeration
An element of the ProjForecastBudgetType enum.
- _amountMST
- Type: AmountMST Extended Data Type
The amount to be set in the ProjTmpAccountDetailHistory table.
Return Value
Type: booleanA boolean value which states that either the amount is inserted in the ProjTmpAccountDetailHistory table.
Community Additions
ADD
Show: