ProjAccountDetailHistoryDP.setOriginalOrRevisionAmount Method [AX 2012]

Sets the original and revised amount on the ProjTmpAccountDetailHistory table.

protected boolean setOriginalOrRevisionAmount(ProjForecastBudgetType _projForecastBudgetType, AmountMST _amountMST)

Run On

Server

Parameters

_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: boolean
A boolean value which states that either the amount is inserted in the ProjTmpAccountDetailHistory table.

Community Additions

ADD
Show: