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 TaxUnCommittedWHT_IN table exists for the given document id.
Syntax
client server public static boolean existByDocumentId(RefTableId _documentTableId, RefRecId _documentId)
Run On
Called
Parameters
- _documentTableId
Type: RefTableId Extended Data Type
The table Id of the transaction header table.
- _documentId
Type: RefRecId Extended Data Type
The Document ID for a transaction.
Return Value
Type: boolean
true if the specified record exists; otherwise, false.