Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether the specified record in the TaxUncommitted table exists for the 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
The document table ID.
- _documentId
Type: RefRecId Extended Data Type
The document table ID.
- _voucher
Type: Voucher Extended Data Type
The voucher.
- _invoiceId
Type: InvoiceId Extended Data Type
The invoice ID.
Return Value
Type: boolean
true if the record exists; otherwise, false.