Skip to main content
This rule checks that all views which are implemented (inherited) in the data model actually exist either locally or in CDF.

Why it matters

If a view being implemented (inherited) does not exist, the data model cannot be deployed to CDF.

Example

If the WindTurbine view implements (inherits) the Asset view, but the Asset view does not exist in the data model or in CDF, the data model cannot be deployed to CDF.

Further reading

Last modified on February 27, 2026