Previous Topic: How to Use Views

Next Topic: Set Up a View

Design a View

Before views are configured the implementer needs to be aware of what objects are going to be stored and how they are related (data models). At this point use cases can be developed to solve particular application requirements.

Each object requires a separate search (phase). When each phase completes, then subsequent phases can be performed that rely on values returned. In the above example the phase search 1 will retrieve the 'DevGuid'. When this completes, the phase 2 search can retrieve Packages using the 'DevGuid' returned, and so on.