Creating Entities
1. To create an entity, choose the ThingWorx menu and select the entity type you want to create.
2. Select or enter your source folder and package.
3. Enter a name.
* 
We recommend that you add a unique prefix to extension entity names to avoid conflicts with other extension entities, as in <MyExtension>.<MyEntityName>.
4. If you want to edit the aspects of your entity, click Next and edit the available aspects. Or, to use the defaults, click Finish.
The aspects will be different for each entity type.
The Java source file is created for you in the specified package and the metadata.xml file is updated automatically.
Was this helpful?