ProjAccountDetailHistoryDP.setBudgetAmount Method [AX 2012]
Sets the budget amount on the ProjTmpAccountDetailHistory table.
protected boolean setBudgetAmount(
ProjTransType _projTransType,
AmountMST _amountMst,
Num _transId)
Run On
ServerParameters
- _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: booleanA boolean value which states that either the amount is inserted in the ProjTmpAccountDetailHistory table.
Community Additions
ADD
Show: