mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-07-30 11:19:27 +08:00
31 lines
759 B
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": []
|
|
}
|
|
]
|
|
}
|