Configuring Return Verification Status
You can configure Reltio to output unverified results of reviewed verification statuses containing the reason for the verification failure.
To achieve that, perform the following steps:
- In the output mapping of the cleanse configuration, ensure that the
DeliveryAddress1
attribute does not have a mandatory option set totrue
. - Check that the
configuration/survivorshipStrategies/CleanserWinsStrategy
survivorship strategy has thewinnerSourceAttributesproperty
property. This property contains theconfiguration/entityTypes/Location/attributes/AddressLine1
attribute. If it is not found, add it."survivorshipStrategies": [ { "URI": "configuration/survivorshipStrategies/CleanserWinsStrategy", "label": "Reltio Cleanser or Nothing", "winnerSourceType": "configuration/sources/ReltioCleanser", "winnerSourceAttributes": [ "configuration/entityTypes/Location/attributes/AddressLine1" ] } ]
- Set the
returnUnverifiedStatus
option totrue
in your cleanse configuration.