MCRRoyaltyContract::find Method
Finds a royalty record based on the passed in MCRRoyaltyContract.
Syntax
client server public static MCRRoyaltyContract find(
MCRRoyaltyContractCode _royaltyContract,
VendAccount _vendAccount,
[boolean _forUpdate])
Run On
Called
Parameters
- _royaltyContract
Type: MCRRoyaltyContractCode Extended Data Type
The MCRRoyaltyContractCode value for which to search the royalty table.
- _vendAccount
Type: VendAccount Extended Data Type
The VendAccount 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: MCRRoyaltyContract Table
The royalty record that was found based on the passed in parameters.