This message was posted by a user wishing to remain anonymous
Our observation is in case of aggregation when there are multiple ov values, if one value is valid, DVF warning is not thrown for other invalid values.
Original Message:
Sent: 02-16-2024 08:06
From: Saurabh Agarwal
Subject: Data Validation Function behaviour
Hi Karthik,
Thank you for the details. DVF warning / error is triggered when the condition returns true.
So if 'C' is not allowed, you should check for attribute value = 'C'. When attribute has value 'C', the configured error / warning message should trigger
Thanks,
------------------------------
Saurabh Agarwal
------------------------------
Original Message:
Sent: 02-16-2024 07:26
From: Karthik karthik
Subject: Data Validation Function behaviour
Hi Saurabh,
I have attribute A and it has a Survivorship Strategy as Aggregation it has Values 'A','B','C' .
where as i have a DVF on this attribute for checking the allowed values for this attributes .
Allowed Values are 'A','B' and 'C' is not a allowed value and my expectation is DVF rule should give a warning .
------------------------------
Karthik
PWC
Original Message:
Sent: 02-14-2024 10:18
From: Saurabh Agarwal
Subject: Data Validation Function behaviour
Hi Karthik,
Please can you elaborate the use case in simple language instead of the DVF function? Also, please can you share the observed behavior as well?
Looking at the DVF function, I think that you may want to use AND instead of OR between the different value or use the (not listEquals(attributes.TypeofInterest.value, 'Equity', 'Debt',..)
Thanks,
------------------------------
Saurabh Agarwal