Create System Entity Instance#
This converter creates a MES object skeleton only with the name or ID defined as the input value. It natively supports the entity types Resource, Container, Material, Data Collection, but can also receive custom types. The custom type overrides the entity type. The identifier of the object can be either the Name, or the ID.
Settings#
| Name | Data Type | Possible Values | Description |
|---|---|---|---|
| entityType | Enum | ResourceContainerMaterialData Collection | Type of entity skeleton to create |
| customType | String | If not empty, will use this text instead of the entityType | |
| Identifier | Enum | NameId | The placeholder that will receive the input value |
