Hi Snehil - In the current setup, the priority order is making CRM always win. However, I'd actually like ERP to win in cases where its last update date is more recent than CRM's.
Could you please guide me on how to configure this so that:
-
The system first compares the last update date, and
-
The source with the most recent update (e.g., ERP) should take priority,
-
Priority order should only apply if the update dates are the same.
This way, the latest data is always selected regardless of the default priority.
------------------------------
Hariram Jayaraman
Amgen Inc
FL
------------------------------
Original Message:
Sent: 08-18-2025 05:59
From: Snehil Kamal
Subject: Using Trust Score - Survivorship
Hi Hariram,
We do not have a way to assign weights at the source level. But you can order the source in terms of ts priority (high to low). Would this meet your requirements?
------------------------------
Thanks,
Snehil Kamal
Senior Solution Architect
Reltio
Bangalore
Original Message:
Sent: 08-15-2025 09:15
From: Hariram Jayaraman
Subject: Using Trust Score - Survivorship
Hello - Is it possible assign per-source weights in the survivorship section for an attribute.
Example:
{
"name": "FIRST_NM",
"label": "First Name",
"type": "string",
"survivorshipRules": [
{
"type": "WEIGHTED",
"sources": [
{ "name": "Reltio", "weight": 100 },
{ "name": "IMS", "weight": 90}
],
"fallback": [
{ "type": "RECENCY" }
]
}
]
}
------------------------------
Hari J
------------------------------