Scaffolding screens
Screen scaffolding is based on the platform's ability to infer the two types of base screens normally needed by an entity: listing and detailing.
Basically, the system is so well designed that we just drag and drop the intended entity onto the canvas of a flow and it automatically creates the list and detail pages related to the respective entity and predictable fields. We may of course have to make some adjustments to the rules and visible fields.
All widgets and base functionality are created automatically, such as listing ordering, pagination, direct links to details, back functionality, mandatory fields – all that!
Info
In cases of simplistic scenarios, where entities are exposed without being just read-only or if the entities belong to the same frontend module (by default, this is not good architecture, but everything depends on the use case), scaffolding...