Add a new item to the BA diagram
Create a new Program entity called Start in the BA diagram.
Before you begin: Ensure you have made a copy of the template set.
- Open the settings.agconf file in your template directory.
-
Find the
BusinessApplicationsection. Add a newDynamicPropertyandItem. In theItemelement, define a newProgramitem with aname,extension,label,iconanddynamicPropertiesattribue values of your choice. The value of thedynamicPropertiesattribute corresponds with thenameattribute in theDynamicPropertyelement.<BusinessApplication> <DynamicProperties> <DynamicProperty name="myProp" type="TEXT" label="myProp" /> </DynamicProperties> <Items> <Item name="Start" label="New Start item" extension="4srt" icon="bullet_class" dynamicProperties="myProp" /> </Items> </BusinessApplication> - Save the changes.
- Select Tools > Specific setup > Reload to reload the modified template file.
- Select the Library node in your project and right-click. Select New > Business Application Diagram (4ba) to create a new 4ba.
-
Right-click on the BA diagram to see and select a new
Start item. Save the 4ba file to
your project directory (not the template directory).
The item cannot yet be implemented because the new file type (4srt) has not yet been defined.