Tightest Match calculates multiple conditions as follows:
A. AND rule condition weights are summed together
B. OR rule conditions select the highest weighted value
C. Both of the above
C. Both of the above
Explanation:
Tightest Match is a matching method used in Salesforce Industries (Vlocity) rules, especially within Eligibility and Availability or Context Rules. Itβs used when multiple conditions need to be evaluated to determine the best-fit result (e.g., the most applicable product or configuration).
How Tightest Match works:
β AND Rule Conditions:
When conditions are joined using AND, the system sums the weights of all matching conditions.
The more conditions that match, the higher the total weight, making the rule a stronger match.
β OR Rule Conditions:
When conditions are joined using OR, the system evaluates all conditions and uses the highest weighted value among them.
Only the best individual match is considered.