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.Note: If the option is set totrue
, the system returns the address verification status fields which can be used to determine the quality and accuracy of the processed input address. For more information, see Address cleansing status fields.