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 voucher and company.
Syntax
client server public static boolean existByDocumentVoucherAndCompany(
RefTableId _documentTableId,
RefRecId _documentId,
Voucher _voucher,
CompanyId _companyId)
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.
- _companyId
Type: CompanyId Extended Data Type
The company.
Return Value
Type: boolean
true if the record exists; otherwise, false.