Reltio Connect

 View Only
  • 1.  Using Trust Score - Survivorship

    Posted 08-15-2025 09:15

    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
    ------------------------------


  • 2.  RE: Using Trust Score - Survivorship

    Reltio Employee
    Posted 08-18-2025 05:59

    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
    ------------------------------



  • 3.  RE: Using Trust Score - Survivorship

    Posted 08-18-2025 08:47

    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.

    Value Source Trust Score Last Update Date
    john@abc.com CRM 95 2024-01-15
    Abhram@abc.com ERP 95 2025-03-10


    ------------------------------
    Hariram Jayaraman
    Amgen Inc
    FL
    ------------------------------