Delete detection without historization set in the terms

Various Business Rules are checked after a change is made to a Model Object. These checks ensure the integrity and consistency of the model.

No delete detection without historization

This Business Rule checks that if a delete detection is activated, at least one term must have a Historization Type set to SCD1 or SCD2.

This check has no parameter.

If the Business Rule validation fails, the following message will be displayed as a Warning Notification on the Model Object:

Model object '{ModelObject.Name}' of type '{ModelObject.ModelObjectType.Name}' has delete detection configured, but has no terms with historization type {HistorizationType.SCD1} or {HistorizationType.SCD2} configured. This is currently not supported.

Example: