MCRRoyaltyTable::find Method
Finds a royalty record based on the passed in MCRRoyaltyCode.
Syntax
client server public static MCRRoyaltyTable find(MCRRoyaltyCode _mcrRoyaltyCode, [boolean _forUpdate])
Run On
Called
Parameters
- _mcrRoyaltyCode
Type: MCRRoyaltyCode Extended Data Type
The MCRRoyaltyCode value for which to search the royalty table.
- _forUpdate
Type: boolean
A Boolean value that defines whether to select the record for update or not.
Return Value
Type: MCRRoyaltyTable Table
The royalty record that was found based on the passed in parameters.