Unify and manage your data

Import Relations configuration

The Subscriptions configuration includes the importRelationsConfig section to control how changes to relations in the DT should be handled.

Important: The strategy section of the synchronizationConfig section has a similar option, but it specifies what should be done with the relations when the entity is updated. This section in importRelationsConfig controls what should be done when the relationship between two entities is updated in the DT.

The action to be taken when a relationship is updated can be specified at two levels:
  • defaultStrategy - The action applies to all relationships, excluding those defined in the strategyPerRelationType section.
  • strategyPerRelationType - The action applies to the specified relationships. If a relationship is not specified here, then the defaultStrategy is used.

Multiple relation types can be defined for a strategy and different strategies can be defined for each relation type. This section enables you to apply fine grained control to what happens when a relationship is updated in the DT. Four options are available for the strategy. For more information, see topic Autosubscribe action.