Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves record from customer interest journal table based on the account number, voucher number and Transaction date.
Syntax
client server public static CustInterestJour findByVoucher(
CustAccount _accountNum,
Voucher _voucher,
TransDate _transDate,
[boolean _forupdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _accountNum
Type: CustAccount Extended Data Type
The account number of customer for whom interest has accrued.
- _voucher
Type: Voucher Extended Data Type
The voucher number for which customer interest journal is determined.
- _transDate
Type: TransDate Extended Data Type
The transaction date.
- _forupdate
Type: boolean
A Boolean value that indicates whether to read the record for update.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
The concurrency model to use.
Return Value
Type: CustInterestJour Table
The buffer of CustInterestJour table.