Kodall
Develop App

Customization sets

How to use

In order to create a Customization Set, in the Develop app, from the menu the main menu select Customization sets.. In the page that opens click the Add button and follow the next workflow:

Rendering diagram...

When modifying a Customization Set there are two possible situations, first when you need to add new entities, properties or relationships and the second is when you want to change existing (and published) entities, properties or relationships.

To do that, in the Develop app, from the menu the main menu select Customization sets. In the page that opens select the Customization set to update.

For adding new entities, properties and relationships follow the workflow below:

Rendering diagram...

Changing existing (and published) entities, properties or relationships requires deleting the existing customizations and creating new ones.

If you want to delete published entities, properties or relationships follow the workflow below:

Rendering diagram...

Designer

Fields in the sidebar:

  1. Name - Is the name of the customization set.
  2. Module - Specify if the entity is contained in a module.
  3. UUID - Is the unique identifier of the row in the table (read-only).

Entity diagram:

Rendering diagram...

To add an entity you will have to click the Add button and fill in the Entity name field. Usually here you will add only one entity. There are only two cases when you will add more then one entity:

  1. If the already created entity will have a parent-child relationship with other entities. Those entities will be added also in this tab and their properties will be put in the properties tab. The idea is to have the entities that are in a parent-child/child-parent relationship in the same customization set.
  2. If the created entity will have relationships with entities from other customization sets. Those entities will be added in this tab without setting their properties in the properties tab.

The name of the entity cannot be in Camel Case and it should be a singular noun.

Fields in the entities table:

  1. Name - The name of the entity, can only contain lower case letters [a-z], numbers [0-9] and the character _ and cannot start with a number.
Rendering diagram...