Supported Implementation Types for stage-driven load plans

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

Supported Implementation Type for stage-driven

This Business Rule checks the value of the Implementation Type property for a Model Object in case of a Load Control Option set to Stage-Driven Tasks.

This check has no parameter.

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

Model object '{ModelObject.Name}' of type '{ModelObject.ModelObjectType.Name}' has implementation type '{ModelObject.GetPropertyValue(Properties.ImplementationType)}' and load control option '{LoadControlOptions.SnowflakeStageDrivenTasks}' defined. This is only supported with implementation type '{ImplementationTypes.Permanent}' or '{ImplementationTypes.Cached}'.

Example:

It will soon be available.