CustBillOfExchangeTrans::findByVendAccountVoucherDate Method
Finds a CustBillOfExchangeTrans record that has the specified VendAccount, Voucher, and TransDate values.
Syntax
client server public static CustBillOfExchangeTrans findByVendAccountVoucherDate(
VendAccount _vendAccount,
Voucher _voucher,
TransDate _transDate,
[boolean _forUpdate])
Run On
Called
Parameters
- _vendAccount
Type: VendAccount Extended Data Type
A vend account value.
- _voucher
Type: Voucher Extended Data Type
A voucher value.
- _transDate
Type: TransDate Extended Data Type
A transaction date value.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: CustBillOfExchangeTrans Table
A record in the CustBillOfExchangeTrans table; otherwise, an empty record.