BudgetTransactionLine.editTransactionCurrencyAmount Method

Sets the transaction currency amount on a budget transaction line.

Syntax

edit AmountCur editTransactionCurrencyAmount(boolean _set, AmountCur _amount)

Run On

Called

Parameters

  • _set
    Type: boolean
    A Boolean value that indicates whether to set the amount.

Return Value

Type: AmountCur Extended Data Type
The amount in the transaction currency on the budget transaction line.

Remarks

The sign of the amount will be changed before it is written or retrieved from the table when the transaction has a BudgetType::Revenue enumeration value.

The quantity and price are reset when the amount is edited.

See Also

Reference

BudgetTransactionLine Table