Overview
How it works
Every Template
is linked to a unique useCaseTemplateId
. Any component or system entity generated from that template will store this identifier in its definition. By defining an EditTemplate
, the platform team can associate it with existing Template
entities via the useCaseTemplateId
, enabling users to visually edit — through a user-friendly Editor Wizard — the YAML definition of entities originally created from those templates and stored in the entity's repository.
The Editor Wizard section in the User Manual describes the witboost user journey.
Enable Editor Wizard
To enable the editor wizard for one or more entities, the platform team should:
-
define what are the editable parameters for a specific
useCaseTemplateId
(i.e., for a specificTemplate
entity) by creating a correspondingEditTemplate
entity.noteCheck the Edit Template section.
-
optionally, define the editor wizard policy to be applied.
noteCheck the Prefill Pickers Policies section.