Hi
@Manish Kumar
,
I hope this helps, here for all cases the surpivourship is MinValue and considering only Reltio as Source OrgTyp
but when OrgStatus filed has value as "Out Of Business" then Surviourship changes to MaxValue.
{
"attribute": "configuration/entityTypes/Organization/attributes/OrgType",
"sourcesForOv": [
"configuration/sources/Reltio"
],
"survivorshipStrategy": "MinValue"
},
{
"attribute": "configuration/entityTypes/Organization/attributes/OrgStatus",
"sourcesForOv": [
"configuration/sources/Reltio"
],
"filter": {
"equals": [
{
"uri": "configuration/entityTypes/Organization/attributes/OrgStatus",
"value": "Out Of Business"
}
]
},
"survivorshipStrategy": "MaxValue"
},
On Reltio UI you can see the + is showing other value as Active but OV is Out of Business.
but when it other value is Dormant, Active is selected as ov.
Hope this helps.
------------------------------
Deepak Bhansali
Sr Technical Product Manager
Advance Auto Parts
Raleigh
------------------------------
Original Message:
Sent: 08-05-2021 11:42
From: Manish Kumar
Subject: Changing default survivorship, use of 'filter'
Hi Team,
Can anyone please enlighten me here.
"configuration/sources/Onekey",
"configuration/sources/Veeva",
"configuration/sources/SAP",
],
"filter": {
"equals": [
{
"uri": "configuration/entityTypes/HCP/attributes/ProfType",
"value": "402"
}
]
},
At the moment even if ProfType's non-ov value is 402 it is applying this survivorship while i want the OV value to be 402 and only then apply this survivorship . So, basically this is looking for all possible values for ProfType's attribute array and if the value is 402 (Ov or non-ov) , it is executing this rule .
Edit : Tried using "options" : "ovOnly" after filter but it gives a JSON parsing error.
------------------------------
Manish Kumar
Bangalore
Original Message:
Sent: 08-03-2021 00:52
From: Manish Kumar
Subject: Changing default survivorship, use of 'filter'
Hi Shantanu,
Thanks for your response. Let me try to explain the problem what I am facing.
Suppose there's an attribute say Speciality. Now I want to have the source system priority to be like Onekey - Veeva - Sap while generally it is Veeva - Onekey -Sap iff the value for an attitude say professionalType is 402 .
"attribute": "configuration/entityTypes/HCP/attributes/Specialities/attributes/Specialty",
"sourcesUriOrder": [
"configuration/sources/Onekey",
"configuration/sources/Veeva",
"configuration/sources/SAP",
],
"filter": {
"equals": [
{
"uri": "configuration/entityTypes/HCP/attributes/ProfType",
"value": "402"
}
]
},
At the moment even if ProfType's non-ov value is 402 it is applying this survivorship while i want the OV value to be 402 and only then apply this survivorship . So, basically this is looking for all possible values for ProfType's attribute array and if the value is 402 (Ov or non-ov) , it is executing this rule .
Hope this helps .
Thanks,
Manish
On Tue, 3 Aug 2021, 03:24 Shantanu Indra via Reltio Community, <
Mail@reltio.com> wrote:
Hello Manish, The value-based configuration is feasible for another entity, making this a dependent survivorship rule, check out the... -posted to the "Reltio Connect" community
Original Message:
Sent: 8/2/2021 5:52:00 PM
From: Shantanu Indra
Subject: RE: Changing default survivorship, use of 'filter'
Hello Manish,
The value-based configuration is feasible for another entity, making this a dependent survivorship rule,
check out the implementation example here:
https://docs.reltio.com/matchmerge/dependentsurvship.html
Can you elaborate more on the use case regarding specifically validating the OV value for the same entity attribute to decide on the source survivorship?
Can you point me to the documentation reference?
Thanks,
Shantanu
------------------------------
Shantanu Indra
------------------------------