Add the new element to the program entity

Add the new element to the program entity.

  1. Open the creatables.conf file in your template directory.
  2. Find the Managed Code category and add a new New element to represent your new program entity.
    <New 
      index="900"     
      name="CustomProgram"        
      action="BANewProgram"               
      label="Custom Program (.4srt)"                   
      actionLabel="Implement Custom Program"      
      icon="document_4prg"        
      description="Create Program"                                
      extension="4srt" />
  3. Save the changes.
  4. Select Tools >> Specific setup >> Reload to reload the modified template file.
  5. Close and re-open the new Business Application diagram (4ba) in the Library node of your project.
  6. Right-click on the Start entity you added to your program (or add one). Notice the action to implement your program now exists in the menu. Select this action.
    Screenshot showing new action, Implement Custom Program, on context menu of new Program entity.

    Figure 1. Implement new program entity

  7. Save the 4srt file to the Application node in your project.