TrvExpTrans.editAmountLocal Method
Enter and view itemized line amount in transaction currency
Syntax
edit Amount editAmountLocal([boolean _set, Amount _amountLocal])
Run On
Called
Parameters
- _set
Type: boolean
Boolean indicating the project value is being set
- _amountLocal
Type: Amount Extended Data Type
Amount to set, in transaction currency.
Return Value
Type: Amount Extended Data Type
Amount of itemized line, in transaction currency.
Remarks
Transaction currency and rate is determined by looking up the TrvPBSMaindata line that corresponds to the itemized header line. If none exists, this method effectively just sets and gets the value for AmountCurr directly.