Hi Trevor,
Please try the following survivorship rule:
[
{
"attribute": "configuration/entityTypes/Organization/attributes/WebsiteURL",
"survivorshipStrategy": "Aggregation",
"filter": {
"equals": [
{
"uri": "configuration/entityTypes/Organization/attributes/ProvidedByUser",
"value": "false"
}
]
}
},
{
"attribute": "configuration/entityTypes/Organization/attributes/WebsiteURL",
"survivorshipStrategy": "Aggregation",
"sourcesForOv": [
"configuration/sources/User"
],
"filter": {
"equals": [
{
"uri": "configuration/entityTypes/Organization/attributes/ProvidedByUser",
"value": "true"
}
]
}
}
]
Domain is renamed as WebsiteURL.
The rule still doesn't address the situation when ProvidedByUser is not populated OR a profile has two different values of ProvidedByUser
------------------------------
Thanks,
Snehil Kamal
Senior Staff Forward Deployed Engineer
Reltio
Bangalore
------------------------------
Original Message:
Sent: 02-17-2026 11:31
From: Trevor Burn
Subject: Survivorship strategy question - fallbacks, filters, sourcesForOv
It could be any source, but it would most often be the Client source.
------------------------------
Trevor Burn
Assent
------------------------------
Original Message:
Sent: 02-16-2026 02:50
From: Snehil Kamal
Subject: Survivorship strategy question - fallbacks, filters, sourcesForOv
Hi Trevor,
One clarification - which source would contribute to the TRUE or FALSE values of the ProvidedByUser attribute?
------------------------------
Thanks,
Snehil Kamal
Senior Staff Forward Deployed Engineer
Reltio
Bangalore