MCRRoyaltyVendTable::checkIfRoyaltyClaimsExist Method
Validates whether a royalty claim record exists based on the passed in parameters.
Syntax
client server public static boolean checkIfRoyaltyClaimsExist(RecId _mcrRoyaltyTableRefRecId, RecId _custInvoiceTransRefRecId)
Run On
Called
Parameters
- _mcrRoyaltyTableRefRecId
Type: RecId Extended Data Type
The record ID of the royalty table record for which to search for royalty claims.
- _custInvoiceTransRefRecId
Type: RecId Extended Data Type
The record ID of the customer invoice record for which to search for royalty claims.
Return Value
Type: boolean
true if a royalty claim record exists based on the passed in parameters; otherwise, false.