TaxWithholdUncommitted_IN::existByDocumentAndVoucher Method
Determines whether the specified record in the TaxWithholdUncommitted_IN table exists for the specified voucher.
Syntax
client server public static boolean existByDocumentAndVoucher(
RefTableId _documentTableId,
RefRecId _documentId,
Voucher _voucher)
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.
Return Value
Type: boolean
true if the record exists; otherwise, false.