Add a new property to the BA diagram
This example illustrates how to add a new property to the Business Application diagram
by adding a new icon
property to the diagram template.
This example illustrates how to add a new property to the Business Application diagram
by adding a new icon
property to the diagram template.
Program
item to include a
dynamicProperties
attribute with a value of icon
.
<Item name="Program"
label="New Program"
extension="4prg"
icon="bullet_class"
dynamicProperties="icon"/>
<DynamicProperties>
section of the
<BusinessApplication>
element, add a new <DynamicProperty>
element to define the new icon
dynamic property.
<DynamicProperty name="icon"
type="TEXT"
label="Icon"
description="Defines icon to be used in
window title bar of running application."/>