MaestroThe UI design product. | Form Builder Platform Developer | 17.10 This feature was introduced in 17.10.
Maestro allows you to create new entities and map them to form's fields. This provides logical groupings of fields regardless of their physical position in the form. You can create a new entity using either the Model pane or the Properties pane. This is described below.
To create a new entity in the Model pane:
applicant_name
. Maestro recognizes the underscores as entity separators and creates all the required entities for your nested entity.To create a new entity in the Properties pane:
applicant1_firstName
.
You can have many levels of entity's hierarchy. The easiest way is to include as many underscores in the name as you need, for example, application_applicant_clientProfile_userName
.
To speed up the entity creation process, Maestro looks up all existing entities as you type a new entity name in the ID field, so you can select a name you need from the list.
applicant1
applied to the firstName
component results in the component ID applicant1_firstName
, which tells Maestro that the firstName
component belongs to the applicant1 entity.
Next, learn how to delete an entity.