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.CdpIdentityResolutionReconciliationRule

Input representation for an identity resolution ruleset's default reconciliation rule for an object.
Property Type Description Required or Optional Available Version
entityName String API name of the Data Model Object the reconciliation rule applies to. Required 57.0
fields List<ConnectApi.​CdpIdentityResolution​ReconciliationField​Rule> Field-specific reconciliation rules that override this default rule for the specified field. Optional 57.0
ruleType ConnectApi.​CdpIdentityResolution​ReconciliationRuleType Default reconciliation rule applied to fields in the object the reconciliation rule applies to. Values are:
  • LastUpdated
  • MostFrequent
  • SourceSequence
Required 57.0
shouldIgnore​EmptyValue Boolean Specifies whether to ignore an empty value (true) or not (false). Required 57.0
sources List<ConnectApi.​CdpIdentityResolution​ReconciliationSource> If ruleType is SourceSequence, a list of data sources in priority order. Required if ruleType is SourceSequence 57.0