global static Boolean isMatch (Id sObjectId1, Id sObjectId2, String settingName)
global static Boolean isMatch (Id sObjectId1, Id sObjectId2, String settingName)
Compares a bean to bean, master bean to master bean, bean to master bean, or master bean to bean and returns True if objects compared match each other. The score is calculated using the specified match setting. If the Total Score >= High Matching Threshold from the match setting, the pair is considered a match.
Parameters:
sObjectId1
The first Salesforce object ID.
sObjectId2
The second Salesforce object ID.
settingName
The name of the match setting.
Returns:
True or False. True indicates that the records match.