Question
How do we define the 'in' survivorship rule filtering?
Answer
The 'in' survivorship rule filters to match the values within a specified list of values. The format to define the 'in' survivorship rule filter is below :
{
"filter": {
"in": [{
"uri": "configuration/entityTypes/Individual/attributes/Phone/attributes/Type",
"value": "Mobile,Work"
}]
}
}
Reference doc https://docs.reltio.com/en/model/consolidate-data/design-survivorship-rules/survivorship-rules#survivorshiprules__ssprulesfiltering
Comments
Please sign in to leave a comment.