ExportSalesInvoiceDomesticTaxVoucher::findDomesticSalesTaxVoucher Method
Finds a ExportSalesInvoiceDomesticTaxVoucher record that has a specified record ID of an export sales invoice record.
Syntax
client server public static ExportSalesInvoiceDomesticTaxVoucher findDomesticSalesTaxVoucher(RefRecId _exportSalesInvoiceId, boolean _isPostedOnly)
Run On
Called
Parameters
- _exportSalesInvoiceId
Type: RefRecId Extended Data Type
The record ID of an ExportSalesInvoice record.
- _isPostedOnly
Type: boolean
A Boolean value that indicates whether to search only posted ExportSalesInvoiceDomesticTaxVoucher records.
Return Value
Type: ExportSalesInvoiceDomesticTaxVoucher Table
A ExportSalesInvoiceDomesticTaxVoucher record that has the specified record ID of an export sales invoice record.