Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

ConnectApi.CdpIdentityResolutionMatchCriterion

Input representation for an identity resolution ruleset's match rule criterion.
Property Type Description Required or Optional Available Version
caseSensitiveMatch Boolean Specifies whether the criterion match is case sensitive (true) or not (false). Available only when matching is based on the party identifier. Optional 58.0
entityName String API name of the Data Model Object the match rule applies to. Required 57.0
fieldName String Name of the field the criterion applies to. Required 57.0
matchMethodType ConnectApi.​CdpIdentityResolution​MatchMethodType Match method for a match rule criterion. Values are:
  • Exact—Exact match.
  • ExactNormalized—Exact normalized match.
  • Fuzzy—Fuzzy match with medium precision.
  • FuzzyHigh—Fuzzy match with high precision.
  • FuzzyLow—Fuzzy match with low precision.
Required 57.0
partyIdentification​Info ConnectApi.​CdpIdentityResolution​MatchCriterionParty​IdentificationInfo Party Identifier information. Optional 57.0
shouldMatch​OnBlank Boolean Specifies whether blank fields can be used for matching (true) or not (false). Required 57.0