TaxWithholdUncommitted_IN::existByDocumentAndInvoice Method
Indicates whether a specified record exists in the TaxWithholdUncommitted_IN table for a specified invoice.
Syntax
client server public static boolean existByDocumentAndInvoice(
RefTableId _documentTableId,
RefRecId _documentId,
Voucher _voucher,
InvoiceId _invoiceId)
Run On
Called
Parameters
- _documentTableId
Type: RefTableId Extended Data Type
A document table ID.
- _documentId
Type: RefRecId Extended Data Type
A document ID.
- _voucher
Type: Voucher Extended Data Type
A voucher.
- _invoiceId
Type: InvoiceId Extended Data Type
An invoice ID.
Return Value
Type: boolean
true if the record exists; otherwise, false.