afv-library/skills/orchestrating-datacloud/assets/definitions/identity-resolution.template.json
sandipkumar-yadav 37aa84df42
feat: @W-22444026@ Introducing Core Skills, Datacloud Skills, Industries and Utility Skills. (#268)
* Migrating Core Salesforce Skills

* Updating pr comments

* updat reference

* Updating a skill

* Migrating Datacloud skills

* Migrating Industries cloud skills

* Validating - skills fixing

---------

Co-authored-by: Sandip Kumar Yadav <sandipkumar.yadav+sfemu@salesforce.com>
2026-05-14 19:32:15 +05:30

31 lines
759 B
JSON

{
"label": "Main",
"description": "Generic identity resolution ruleset using customer identifiers and contact points",
"configurationType": "individual",
"rulesetId": "main",
"doesRunAutomatically": false,
"matchRules": [
{
"label": "Exact Email",
"criteria": [
{
"entityName": "ssot__ContactPointEmail__dlm",
"fieldName": "ssot__EmailAddress__c",
"matchMethodType": "exactnormalized",
"caseSensitiveMatch": false,
"shouldMatchOnBlank": false
}
]
}
],
"reconciliationRules": [
{
"entityName": "ssot__Individual__dlm",
"ruleType": "lastupdated",
"shouldIgnoreEmptyValue": true,
"sources": [],
"fields": []
}
]
}