Datasources and Nested Dynamic Content - Introduction
Prerequisites Before reading this Section, you may wish to become more familiar with our core features: WebApps and Modules . Introduction Sometimes, you'll want to build WebApp and Module Layouts which are nested inside one another. Using comb...
Nesting WebApp and Module Content - Troubleshooting
Introduction This Article aims to cover how nested dynamic content can be used in Siteglide and to provide a troubleshooting service for when things don't work as expected. The two most common problems are: Performance - When nesting dynamic conte...
Datasources - Method 2 - Pre-fetching for Added Performance Improvements When Using a WebApp List View as the Parent Model
Introduction What is a Datasource again? A WebApp can include a Datasource field. This field stores the IDs of items from other WebApps which might be related to the original item in some way. For example: A recipes WebApp Item might Datasour...
Datasources - Method 1 - Nesting {% include %} tags when using any Detail Page or Module as a Parent Model
Introduction This method is the original method of fetching nested Datasource content and may be more familiar to those who have migrated Sites from BC. We've since introduced a new, faster method, Pre-fetching Datasources . We'd strongly recomme...