ExportSalesInvoiceDomesticTaxVoucher::existDomesticSalesTaxVoucher Method
Indicates whether any ExportSalesInvoiceDomesticTaxVoucher record exists for a specified export sales record identity.
Syntax
client server public static boolean existDomesticSalesTaxVoucher(RefRecId _exportSalesInvoiceId, boolean _isPostedOnly)
Run On
Called
Parameters
- _exportSalesInvoiceId
Type: RefRecId Extended Data Type
The record identity of a ExportSalesInvoice record.
- _isPostedOnly
Type: boolean
A Boolean value that indicates whether to search only the posted ExportSalesInvoiceDomesticTaxVoucher records.
Return Value
Type: boolean
true if a record that has the specified export sales record identity exists; otherwise, false .