Hi Reltio Community,
I'm trying to customize the display name for the Individual
entity to include all values from a multi-value attribute in the UI label, but I'm running into some issues.
🔹 Use Case:
Currently, I'm using {Name} ({Source})
in the dataLabelPattern
, expecting it to display all the values from the Source
attribute.
đź”» The Problem:
Even though Source
has multiple values (e.g., "CRM"
, "Web"
, "Mobile"
), the UI only shows one value,
like this:
It ignores the rest of the values.
What I Need:
I want the label to show all values of Source
, flattened like this:
đź”§ What I Tried:
To work around this, I added a new attribute SourceDisplayName
and defined a custom survivorship rule using the flattenedValues
transformation to combine all values from Source
.
However, when I tried to deploy the updated JSON, Reltio rejected it saying the configuration is invalid. I suspect the issue is with the way the survivorship rule is structured or where it's placed.
❓Questions:
-
Is flattenedValues
supported for survivorship transformations?
-
What is the correct way to set this up so that a multi-value attribute's values can be flattened and displayed?
-
Is there a way to accomplish this without using RIH?
Any help or examples would be much appreciated!
Thanks in advance,
Rushy