Share via


CustInterestJour::findByVoucher Method

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

  • _forupdate
    Type: boolean
    A Boolean value that indicates whether to read the record for update.

Return Value

Type: CustInterestJour Table
The buffer of CustInterestJour table.

See Also

Reference

CustInterestJour Table