afv-library/skills/data360-orchestrate/assets/definitions/identity-resolution.template.json

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": []
}
]
}