MCRRoyaltyVendTable::existRoyaltyCode Method
Validates whether a royalty table record exists with the passed in MCRRoyaltyCode.
Syntax
client server public static boolean existRoyaltyCode(MCRRoyaltyCode _royaltyCode)
Run On
Called
Parameters
- _royaltyCode
Type: MCRRoyaltyCode Extended Data Type
The MCRRoyaltyCode value for which to search the royalty table record.
Return Value
Type: boolean
true if a royalty table record exists with the passed in MCRRoyaltyCode; otherwise, false.