TaxUncommitted::existByDocumentVoucherAndCompany Method

Determines whether the specified record in the TaxUncommitted table exists for the specified voucher and company.

Syntax

client server public static boolean existByDocumentVoucherAndCompany(
    RefTableId _documentTableId, 
    RefRecId _documentId, 
    Voucher _voucher, 
    CompanyId _companyId)

Run On

Called

Parameters

Return Value

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

See Also

Reference

TaxUncommitted Table