Original Message:
Sent: 02-23-2023 12:53
From: Dmitry Blinov
Subject: Add Filter Survivor ship Strategy in Reference nested attribute
Hi Utsa,
this particular scenario with conditional survivorship is not supported today. Basically, you would like to apply different strategies to an attribute based on the value (empty/not empty/specific value) of another attribute. We do not have a strategy or rulest for that.
The only conditional strategy supported today is the "Other Winner Crosswalk".
We are working on defining the next generation of survivorship strategies. We will consider your use case there as well. There is not specific ETA on this yet though.
Also, please submit this scenario as an idea to our Idea Portal.
Thank you!
- Dmitry
------------------------------
Dmitry Blinov
Principal Product Manager
Reltio
Original Message:
Sent: 02-23-2023 09:29
From: Utsa Das
Subject: Add Filter Survivor ship Strategy in Reference nested attribute
Hi Experts,
Could you please us with this ?
------------------------------
Utsa Das
Syneos
Original Message:
Sent: 02-20-2023 02:54
From: Utsa Das
Subject: Add Filter Survivor ship Strategy in Reference nested attribute
Hi @Dmitry Blinov ,
Could you please help in this ?
------------------------------
Utsa Das
Syneos
Original Message:
Sent: 02-17-2023 05:50
From: Utsa Das
Subject: Add Filter Survivor ship Strategy in Reference nested attribute
Hi,
Could you please let us know update on this ?
------------------------------
Utsa Das
Syneos
Original Message:
Sent: 02-16-2023 12:04
From: Chris Detzel
Subject: Add Filter Survivor ship Strategy in Reference nested attribute
I think @Dmitry Blinov actually is the right person to answer.
------------------------------
Chris Detzel
Director of Customer Community and Engagement
Reltio
Original Message:
Sent: 02-16-2023 11:43
From: Chris Detzel
Subject: Add Filter Survivor ship Strategy in Reference nested attribute
@Utsa Das I just sent @Suchen Chodankar a personal message. He is in India, so it might me later this evening or early tomorrow to get an answer.
------------------------------
Chris Detzel
Director of Customer Community and Engagement
Reltio
Original Message:
Sent: 02-16-2023 09:19
From: Utsa Das
Subject: Add Filter Survivor ship Strategy in Reference nested attribute
Hi Experts ,
Any help on this ?
------------------------------
Utsa Das
Syneos
Original Message:
Sent: 02-15-2023 08:28
From: Utsa Das
Subject: Add Filter Survivor ship Strategy in Reference nested attribute
Hi ,
Thanks for your information .We have the below three requirement :-
Location Survivorship Requirement; We can call it conditional or dependent survivorship.
- if address-type is present then aggregate all addresses
- if address-type is not present then survivorship with be based on the source system
- if two records with the same address-type then again it will be based on the source system
Here Address is a nested reference attribute .Could you please help how to achieve this ?
------------------------------
Utsa Das
Syneos
Original Message:
Sent: 02-14-2023 05:44
From: Ashish Rawat
Subject: Add Filter Survivor ship Strategy in Reference nested attribute
Hi Utsa,
See if this helps. Here Address is reference attribute and hypothetical use case is Reltio cleanser is high priority source for US records and source XYZ is for UK records
[
{
"attribute": "configuration/entityTypes/Person/attributes/Address/attributes/VerificationStatus",
"sourcesUriOrder": [
"configuration/sources/ReltioCleanser",
"configuration/sources/XYZ",
"configuration/sources/ABC"
],
"filter": {
"equals": [
{
"uri": "configuration/entityTypes/Person/attributes/Address/attributes/Country",
"value": "US"
}
]
},
"fallbackStrategies": [
{
"attribute": "configuration/entityTypes/Person/attributes/Address/attributes/VerificationStatus",
"survivorshipStrategy": "LUD"
}
],
"survivorshipStrategy": "SRC_SYS"
},
{
"attribute": "configuration/entityTypes/Person/attributes/Address/attributes/VerificationStatus",
"sourcesUriOrder": [
"configuration/sources/XYZ",
"configuration/sources/ABC"
],
"filter": {
"equals": [
{
"uri": "configuration/entityTypes/Person/attributes/Address/attributes/Country",
"value": "UK"
}
]
},
"fallbackStrategies": [
{
"attribute": "configuration/entityTypes/Person/attributes/Address/attributes/VerificationStatus",
"survivorshipStrategy": "LUD"
}
],
"survivorshipStrategy": "SRC_SYS"
}
]
------------------------------
Ashish Rawat
Manager
Fresh Gravity
Bangalore
Original Message:
Sent: 02-14-2023 04:23
From: Utsa Das
Subject: Add Filter Survivor ship Strategy in Reference nested attribute
Hi Experts ,
Any help on this ?
------------------------------
Utsa Das
Syneos
Original Message:
Sent: 02-13-2023 12:01
From: Chris Detzel
Subject: Add Filter Survivor ship Strategy in Reference nested attribute
@Suchen Chodankar can you help answer this question please?
------------------------------
Chris Detzel
Director of Customer Community and Engagement
Reltio
Original Message:
Sent: 02-13-2023 09:27
From: Utsa Das
Subject: Add Filter Survivor ship Strategy in Reference nested attribute
Hi ,
We have a reference nested attribute that is referring some columns from another entity. Now we want to add a survivorship strategy based on filter value on a column. How to do the same in this scenario when the columns are being refereed from another entity ?
If you can provide some sample L3 configuration for this scenario it would be very helpful.
------------------------------
Utsa Das
Syneos
------------------------------