Customize Entities Metadata
Entities metadata file is used to define the entities of the system along with their properties and characteristics.
Â
What does this section cover?
Entities File
All custom entities are declared in entities.xml file, which must be created under <custom_project>/web/WebContent/metadata directory.
Define Custom Entities
To define a new custom entity you have to use a unique entity id starting with CUSTOMÂ and define its name, table name, class name and any other property or characteristic needed.
In the following example, a new custom entity is defined
Â
For a full list of metadata messages attributes, go to Entities Metadata.