Reltio Connect

 View Only
  • 1.  RDM Value Update

    Posted 03-03-2022 14:14
    Hello, 
    We have to update a canonical value as shown below from Associate Director to Director.  But updating this value wont change the profile update date and hence won't generate any update events downstream. We can always manually update the values in downstream tables but just wondering if there is any other way to do this so the updates flow downstream automatically. 


  • 2.  RE: RDM Value Update

    Reltio Employee
    Posted 03-04-2022 12:42
    Hi Haresh,

    Please test this to make sure you get the desired results, but performing a 'bulk update' should update the values and generate the events that you desire.

    HTH,


  • 3.  RE: RDM Value Update

    Reltio Partner
    Posted 03-04-2022 17:30
    Hello Haresh,

    You can use the data cleanse task to re-cleanse the entities that needs to be updated. The task API has options to re-cleanse only specific entity types, after certain timestamp or you can just pass an array of entity uris to be updated.
    Documentation reference: https://docs.reltio.com/tasksapi/datacleansetaskasyn.html

    With regards,
    Angel Paunov


  • 4.  RE: RDM Value Update

    Posted 03-07-2022 15:15
    Thank you both.