Item (BusinessApplication)
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. |
label |
Label for item as it will appear in the BA diagram New >> context menu. |
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 BAM template directory. See Image directory structure. |
dynamicProperties |
List of dynamic properties dynamic properties that apply to the item node. |
depth |
An integer starting from 0, or
|
Syntax
<BusinessApplication>
<DynamicProperties> dynamic property list </DynamicProperties>
<Items> item list </Items>
<Relation relation properties />
</BusinessApplication>