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
------------------------------