Unify and manage your data

Enable DVFs for relationship types

Learn how to enable data validation functions for relationship types

When you run validation logic for relationship data, warning messages are added to relationship objects as analytical attributes. For these warning messages to appear on the Relationships view, you must set the validateRelations parameter to true in the properties section of the UI configuration JSON file.

Prerequisites

Before you continue, make sure the following prerequisites are met:

  • Enable validation functions for the relationship type you want to validate.
To enable data validation functions for relationship types:
  1. From the Reltio App Selector, select Console > UI Modeler.
  2. In the UI Modeler navigation panel, select Import/ export UI config files and export the configuration file.
  3. In a JSON editor, open the exported file and go to the properties section.
  4. In the validation section, add the validateRelations parameter as shown below:
    "validation": {
                "validateRelations": true,
                },
  5. Save and close the file.
  6. Import the UI configuration file with the latest changes.