TaxUncommitted::existByDocumentId Method
Determines whether the specified record occurs in the TaxUncommitted table for the specified document ID.
Syntax
client server public static boolean existByDocumentId(RefTableId _documentTableId, RefRecId _documentId)
Run On
Called
Parameters
- _documentTableId
Type: RefTableId Extended Data Type
- _documentId
Type: RefRecId Extended Data Type
The document ID for a transaction.
Return Value
Type: boolean
true if the specified record occurs in the table; otherwise, false.