Share via


MCRRoyaltyTablePricing::find Method

Finds a royalty record based on the passed in MCRRoyaltyCode.

Syntax

client server public static MCRRoyaltyTablePricing find(MCRRoyaltyCode _mcrRoyaltyCode, [boolean _forUpdate])

Run On

Called

Parameters

  • _forUpdate
    Type: boolean
    A Boolean value that defines whether to select the record for update or not.

Return Value

Type: MCRRoyaltyTablePricing Table
The royalty record that was found based on the passed in parameters.

See Also

Reference

MCRRoyaltyTablePricing Table