I understand that there is not a process for creating a DVF based on the count of a value in an attribute. However, is this a feature that might be coming? I am not interested in limiting values to 1 in the OV, but I would like to know if there is more than one value in the OV. Just a DVF warning. If this is not on the drawing board, can we add it to the wish list of features?
Follow-up.
I have added this to the Ideas board. Please feel free to upvote.
https://reltio.ideas.aha.io/ideas/MDM-I-1700
------------------------------
Scott Johnson
Ascension
------------------------------
Original Message:
Sent: 08-20-2023 23:25
From: Shivaputrappa Patil
Subject: Data Validation Function based on attribute value count
hi @Rahul Rajan,
Thanks for reaching out
Currently we don't way to restrict the entity create/update with the values count DVF expression
However, You can achieve this with cardinality by updating in your data model for an attributes,
Here is the reference to configuration where attribute can have min of one value and max of two values
{
"URI": "configuration/entityTypes/Individual/attributes/FirstName",
"cardinality": {
"minValue": 1,
"maxValue": 2
}
},
------------------------------
Shivaputrappa Patil
Original Message:
Sent: 08-14-2023 06:28
From: Rahul Rajan
Subject: Data Validation Function based on attribute value count
Hi,
Is it possible to display error message when an attribute has more than one value? In documentation and validation function, I cant find count condition in it.
For example:
I am creating an profile through UI and entering two values for an attribute, if it exceeds more than one it should display an error message using data validation function.
I know it can be achieved through cardinality but we need to define a survivorship strategy as Aggregation always to achieve cardinality on the attribute.
Thanks,
------------------------------
Rahul Rajan
Fresh Gravity
------------------------------