BankAccountTrans::findByVoucher Method
Finds a record in the BankAccountTrans table.
Syntax
client server public static BankAccountTrans findByVoucher(Voucher _voucher, TransDate _transDate)
Run On
Called
Parameters
- _voucher
Type: Voucher Extended Data Type
The voucher number of the transaction.
- _transDate
Type: TransDate Extended Data Type
The date of the transaction.
Return Value
Type: BankAccountTrans Table
The BankAccountTrans buffer.