Reltio Connect

 View Only
  • 1.  Reltio Id survivorship

    Posted 08-16-2024 16:13

    Hello,

    In the survivorship rules is there a way to ensure that the winning Reltio Id is the one associated with the profile's Entity Id.  

    Currently our survivorship strategy for Reltio Id is "OldestValue", and this is resulting in many survived Entity Ids and Reltio Ids coming from difference crosswalks.  My goal is to have the Entity Id and the Reltio Id both survived from the same crosswalk.

    Can a survivorship strategy of "OtherAttributeWinnerCrosswalk" be used to reference the "primaryAttributeURI" Entity Id?

    Thanks



    ------------------------------
    William Feldt
    Bayer
    St. Louis MO
    ------------------------------


  • 2.  RE: Reltio Id survivorship

    Founding Member
    Posted 08-17-2024 06:56

    You can try WinnerEntityCrosswalk survivorship strategy 



    ------------------------------
    Ashish Rawat
    Sr. Manager
    Fresh Gravity
    Bangalore
    ------------------------------



  • 3.  RE: Reltio Id survivorship

    Posted 30 days ago

    Thanks Ashish,

    I was not aware of the survivorship strategy WinnerEntityCrosswalk,  it sounds like it would be a good fit for what for what I would like to do with the Reltio Id attribute.

    Online I'm not finding a lot of documentation or examples of WinnerEntityCrosswalk.  It seems very straight forward but when I tried the below survivorship rule, I got an error message URI not found for WinnerEntityCrosswalk.

        "mapping": [
            {
                "attribute": "configuration/entityTypes/Account/attributes/ReltioId",
                "survivorshipStrategy": "WinnerEntityCrosswalk"
            },

    Do I need to specify a 'primaryAttributeUri',  if so what attribute would I specify.

    Thanks agian for your assistance. 



    ------------------------------
    William Feldt
    Bayer
    St. Louis MO
    ------------------------------



  • 4.  RE: Reltio Id survivorship

    Founding Member
    Posted 15 days ago

    You can define the strategy in L3/L4 as follows

     "survivorshipStrategies":

    {
                "uri": "configuration/survivorshipStrategies/WinnerEntityCrosswalk",
                "label": "Winner Entity Crosswalk"
            }]


    ------------------------------
    Ashish Rawat
    Sr. Manager
    Fresh Gravity
    Bangalore
    ------------------------------



  • 5.  RE: Reltio Id survivorship

    Posted 15 days ago

    Thank you Ashish.

    This was our first time using the the Winner Entity Crosswalk strategy,  so it did have to be added to the survivorship strategies.

     Everything seems to be working as expected now.  Thanks again



    ------------------------------
    William Feldt
    Bayer
    St. Louis MO
    ------------------------------