Difference between revisions of "HowTo:Create a new View"
(→Defining hierarchy levels) |
|||
Line 19: | Line 19: | ||
# Test the view in the [[View Test Environment]]. | # Test the view in the [[View Test Environment]]. | ||
− | + | ||
==See also== | ==See also== | ||
* [[HowTo:Use a Query in a View]] | * [[HowTo:Use a Query in a View]] | ||
* [[HowTo:Create a new ViewItem]] | * [[HowTo:Create a new ViewItem]] | ||
+ | * [[HowTo:Create a new ReferenceViewItem automatically]] | ||
[[Category:How-To|Create a new View]] | [[Category:How-To|Create a new View]] |
Latest revision as of 06:58, 2 April 2024
To display objects in a hierarchical manner a View and its related ViewItem's (QUERYVIEWITEM, REFERENCEVIEWITEM and RELATIONVIEWITEM) are evaluated. A View must also obtain a set of root objects displayed on the first hierarchy level.
Contents
Creating the View instance
- Navigate to the MetaClass View via the Class Browser
- Create a new instance using the Bulk Editor
- Set at least name and description
Configuring the View
Defining root objects
- Relate single root objects via SYSREL VIEWROOT or a query fetching a list of objects via SYSREL VIEWROOTQUERY
Defining hierarchy levels
- Relate a set of ViewItems to the View via SYSREL VIEW
Testing the View
- Save all changes with Ctrl+S or the save command
- Test the view in the View Test Environment.