Finds the record that has the passed in RuleID so that we can ultimately find and display the RuleName to the user.
Syntax
client server public static MCRFraudRule find(MCRUpSellRule _ruleId)
Run On
Called
Parameters
- _ruleId
Type: MCRUpSellRule Extended Data Type
The RuleID passed in for which we want to find the RuleName for display.
Return Value
Type: MCRFraudRule Table
The MCRFraudRule table record that was found based on the passed in parameters.