Limitations

This section describes SchemaEditor's limitations.

In This Chapter

Amdocs 6 View Additions

Parent Views

Flexible Attributes

Binary Columns

Views with Implicit Cross Joins

Deletes in Schema Script

Next

Parent Views

Amdocs 6 View Additions

New view functionality was added in Amdocs 6. The following schema features are not yet supported by Dovetail SchemaEditor:

View filters

View filters allow schema level definition of where clauses that should be applied to existing views. For example, you could add a View Filter to a view related to cases so that it would only return open cases owned by active employees.

View Cross Joins

View Cross Joins are joins that do not use a where clause to constrain the results. This returns a cartesian product of the two joined tables. More on Cross Joins at Wikipedia.

Union Views

Union views are built on top of existing views and unionize their results into one result set. More on Unions at Wikipedia.

Limitations