MaestroThe UI design product. | Form BuilderPlatform Developer | 17.10 This feature was introduced in 17.10.
Some components, such as an address component, are made up of multiple components, which we call children components. Maestro allows you to apply the same entity path to all children components that make up such a component. For example, if an address component is dragged onto a form and an address
entity is created, the street, suburb, state and postcode children components, which make up the parent component, can be associated with the address entity.
For an entity path to be applied to the children of a component when an entity is created, you must end the entity name with an underscore; for example, applicant_address_. This underscore at the end tells Maestro where it fits in the domain model configured for the form.
To apply a component's entity path to its children components:
applicant_address_
.Next, learn how to map a component to an entity property.