User-Defined Pages and Data Sources |
In Web Designer, you can define relationships between data sources for which NO conceptual parent-child relationship has been defined. This makes it possible to define your own related pages and lookup pages. Web Designer synchronizes parent and child data in the same way as for conceptual parent-child relationships. There are several ways to work with user-defined related pages and data sources:
The new related page can be called from, or embedded in other pages. The main advantage: possible re-use of this new page. A disadvantage is that a bit more work is involved.
The new related TableDataSource object is included in all pages where you need it. The main advantage: possible re-use of this (conceptual) data source object. There is not really a disadvantage here.
The main advantage is: all definitions are available in one page. The disadvantage: no re-use. Of course, different situations ask for different solutions, but as a guideline, we advise to define (conceptual) data source objects first. This is the second option above. All examples in this section follow this guideline. Related Topics: How to Build Navigation to User-Defined Related Pages How to Define a Related Data Source How to Define a Lookup Data Source How to Insert a User-Defined Data Source |