BankChequePaymTrans.paymentAmountBankCur Method
Determines the payment amount in the bank currency.
Syntax
public AmountCur paymentAmountBankCur()
Run On
Called
Return Value
Type: AmountCur Extended Data Type
The payment amount in the bank currency.
Remarks
It was determined that this value will be calculated instead of saved in the table.It is needed in several scenarios and those scenarios only expect a reasonable number of check payment transactions. In scenarios that contain many payment transactions, know that the performance of this method may be an issue. If such scenarios do occur, we should re-consider persisting this calculated amount.