Skip to content

Neat dms view 002

Validates that implemented (inherited) view exists.

What it does#

Validates that all views which are implemented (inherited) in the data model actually exist either locally or in CDF.

Why is this bad?#

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

Example#

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