Import Relations configuration
The Subscriptions configuration includes the importRelationsConfig
section to control how changes to relations in the DT should be handled.
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.defaultStrategy
- The action applies to all relationships, excluding those defined in thestrategyPerRelationType
section.strategyPerRelationType
- The action applies to the specified relationships. If a relationship is not specified here, then thedefaultStrategy
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.