Share via


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

  • _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.

See Also

Reference

CustBillOfExchangeTrans Table