Implementation Type Dataflows amount

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

One such business rule checks the amount of Dataflows depending on the Implementation Type Property value.

Implementation Type Dataflows amount

This Business Rule checks if there is more than one Dataflow in a Model Object depending on the Implementation Type value.

This check does not have any parameters.

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 implementation type '{ModelObject.GetPropertyValue(Properties.ImplementationType)}' and more than one dataflow defined. This is only supported with implementation type '{ImplementationTypes.Permanent}' or '{ImplementationTypes.Cached}'.

Example: