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
Is Address a reference attribute? Please note that DVF is not supported for reference attributes and may show inconsistent results
Thanks,