Share via


TaxUncommitted::existByDocumentAndInvoice Method

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

Return Value

Type: boolean
true if the record exists; otherwise, false.

See Also

Reference

TaxUncommitted Table