This section describes SchemaEditor's limitations.
In This Chapter |
Next |
New view functionality was added in Amdocs 6. The following schema features are not yet supported by Dovetail SchemaEditor:
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 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 are built on top of existing views and unionize their results into one result set. More on Unions at Wikipedia.