Hi,
Is Address a reference attribute? Please note that DVF is not supported for reference attributes and may show inconsistent results
Thanks,
------------------------------
Saurabh Agarwal
Reltio
------------------------------
Original Message:
Sent: 08-27-2025 11:23
From: Anonymous Member
Subject: DVF functions on Nested and Reference attributes
This message was posted by a user wishing to remain anonymous
Hi, I am trying to validate the below condition in DVF: If any Addrerss attributes (Address Line 1) is populated, then 'Address Type' is required. I am handling this through below validation rule : inSameAttributeValue(exists(attributes.Addresses.value.AddressLine1.value) and missing(attributes.Addresses.value.AddressType.value) or exists(attributes.Addresses.value.AddressType.lookupError))
when i check through reltio UI it is giving me error but through API its allowing empty or any value. Can someone help me what might be causing this behavior. Tried with OV only and Both options
|
-------------------------------------------