Unify and manage your data

Apply configuration and track changes in Reltio IDE

Learn how to fetch the latest tenant configuration, apply your changes to the tenant, and review configuration history in Reltio IDE.

Reltio IDE supports two configuration management workflows:
  • Use Fetch Configuration to fetch the configuration from your tenant and overwrite the local changes you made in Reltio IDE.
  • Use Apply Configuration to Tenant to deploy your local configuration to the tenant.
Use configuration history to see who changed what and when, and to compare past versions of the configuration.
To fetch and apply configuration
  1. Right-click your tenant in the RELTIO IDE view and select Fetch Configuration to retrieve the latest configuration from the tenant. A Fetching L3 configuration... indicator appears in the status bar while the fetch is in progress. Reltio IDE updates your local configuration file with the retrieved configuration once complete.
  2. If your editor detects that your local file was overwritten while you had unsaved changes, select Keep File to retain your local edits, or Undo File to accept the fetched version.
  3. Edit the configuration file with the changes you want to apply to the tenant.
  4. Right-click your tenant in the RELTIO IDE view and select Apply Configuration to Tenant. Reltio IDE displays a confirmation dialog to view changes before applying.
  5. Review and respond to the confirmation dialog using one of the following options:
    • Select View Changes to open a difference view and review your changes before applying.
    • Select Yes to apply your local configuration changes to the tenant.
    • Select Don't apply to cancel the deployment and return to editing.
    • Select Cancel to dismiss the dialog without taking action.
To review configuration history and compare versions
  1. Right-click your tenant in the RELTIO IDE view and select Fetch Configuration History. A History section appears in the RELTIO IDE view, listing past versions by timestamp and the name of the user who made each change.
  2. To load older entries, right-click your tenant and select Fetch More Configuration History.
  3. Select a history entry to open that version of the configuration.
  4. Compare versions using one of the following methods.
    • Select Compare with Current L3 to compare a snapshot against your current local configuration.
    • Select Compare with Previous Snapshot to compare a snapshot against the version before it.
    • Right-click a snapshot, select Select for Compare, then right-click a second snapshot and select Compare Selected to compare any two versions.

Result

Reltio IDE applies your configuration to the tenant, and the configuration history records who changed what and when, and supports version comparison.

Validation

To confirm the configuration was applied and history is available:

  1. Right-click your tenant and select Fetch Configuration to retrieve the updated tenant configuration, and confirm your changes are reflected in the configuration file.
  2. Select Fetch Configuration History and confirm the latest entry shows your apply action with the correct timestamp and user.