| BusinessApplication / Items | |
Unlike Form and BusinessRecord, the Item element of BusinessApplication does not modify the behavior of an existing item, it defines a new item, with a new name, inheriting from a default item.
The Item element takes attributes.
| Attribute | Options |
|---|---|
| name |
The new item type name. |
| extension | File extension. |
| icon |
The icon used for the item in the Business Application diagram. The file must be present in the image directory of the Application Generator template directory. See Image directory structure. |
| dynamicProperties | List of dynamic properties dynamic properties that apply to the item node. |
<BusinessApplication> <DynamicProperties> dynamic property list </DynamicProperties> <Items> item list </Items> <Relation relation properties /> </BusinessApplication>