Question:
Why does the following DVF Configuration not work?
Expression:
not equals(attributes.BusinessPartyId.value, 'TEMP') and listEquals(attributes.CustomerAggregationTypeCd.value, 'Unified Global Customer', 'Unified Intermediate Customer') and equals(attributes.CustomerProcessEngagement.value.CustomerProcessEngagementCd.value, 'Sales CRM') and not equals(attributes.Location.value.RelAddressUsageType.value, 'HDQTR')
Answer:
The issue is the following part of the DVF:
attributes.Location.value.RelAddressUsageType.value, 'HDQTR'
Reltio currently does not support Reference Attributes in DVFs at the moment.
Comments
Please sign in to leave a comment.