ProjAccountDetailHistoryDP.setBudgetAmount Method [AX 2012]

Sets the budget amount on the ProjTmpAccountDetailHistory table.

protected boolean setBudgetAmount(
    ProjTransType _projTransType, 
    AmountMST _amountMst, 
    Num _transId)

Run On

Server

Parameters

_projTransType
Type: ProjTransType Enumeration
An element of the ProjTransType enum.
_amountMst
Type: AmountMST Extended Data Type
The amount to be set in ProjTmpAccountDetailHistory table.
_transId
Type: Num Extended Data Type
The transanction ID that is used to filter the type of project buffer.

Return Value

Type: boolean
A boolean value which states that either the amount is inserted in the ProjTmpAccountDetailHistory table.

ExceptionCondition
Error

The element of the ProjTransType enum that passed into the method was not expected.

Community Additions

ADD
Show: