Share via


ExportSalesInvoiceDomesticTaxVoucher::findByJournalAndVoucher Method

Finds a ExportSalesInvoiceDomesticTaxVoucher record that has a specified journal number and voucher.

Syntax

client server public static ExportSalesInvoiceDomesticTaxVoucher findByJournalAndVoucher(
    LedgerJournalId _journalNum, 
    Voucher _voucher, 
    boolean _forUpdate)

Run On

Called

Parameters

  • _forUpdate
    Type: boolean
    A Boolean value that indicates whether the record should be selected for update.

Return Value

Type: ExportSalesInvoiceDomesticTaxVoucher Table
A ExportSalesInvoiceDomesticTaxVoucher record that has the specified journal number and voucher.

See Also

Reference

ExportSalesInvoiceDomesticTaxVoucher Table