Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
docs:3400_how_to:0300_charts:0550_gantt_charts [2022/08/18 12:29] – ↷ Links adapted because of a move operation administratordocs:3400_how_to:0300_charts:0550_gantt_charts [2025/06/12 03:59] (current) – Change to AwareIM aware_support3
Line 1: Line 1:
-{{tag>Manuals How_To Charts Queries UI}}+{{tag>Manuals How_To Charts Query UI}}
 [<10>] [<10>]
 ====== How to add Gantt chart to your application ====== ====== How to add Gantt chart to your application ======
Line 8: Line 8:
   - Add business rules and process to create and process instances of these objects   - Add business rules and process to create and process instances of these objects
   - Add a query that finds tasks and displays them and related dependencies as a Gantt chart   - Add a query that finds tasks and displays them and related dependencies as a Gantt chart
-To add predefined business objects to your application select the Business Objects node in the tree, right click and select the ''Add Gantt Task Object'' command from the popup menu. Before doing this, make sure that you define your own object that represents a “resource” that will be allocated to a task (even if you don’t use resources in your Gantt). It can be any object that has an attribute called ''Name''. After you select the command Aware IM will ask you to provide the name of the “resource” object and then it will create predefined objects called ''GanttTask'' and ''GtDependency'' with all the required attributes (Note that ''GtDependency'' has references to the tasks that it “connects”.+To add predefined business objects to your application select the Business Objects node in the tree, right click and select the ''Add Gantt Task Object'' command from the popup menu. Before doing this, make sure that you define your own object that represents a “resource” that will be allocated to a task (even if you don’t use resources in your Gantt). It can be any object that has an attribute called ''Name''. After you select the command AwareIM will ask you to provide the name of the “resource” object and then it will create predefined objects called ''GanttTask'' and ''GtDependency'' with all the required attributes (Note that ''GtDependency'' has references to the tasks that it “connects”.
  
 After this you need to define rules and processes that will create and manage tasks and related dependencies. After this you need to define rules and processes that will create and manage tasks and related dependencies.
  
-Finally you need to define a query to find task objects and display them as a Gantt chart. When a query looks for task objects //**Aware IM**// will automatically enable the Gantt option in the Display options of the query. You can then specify properties of the Gantt chart that you want to show. The Gantt chart will automatically include all dependencies related to the tasks.+Finally you need to define a query to find task objects and display them as a Gantt chart. When a query looks for task objects //**AwareIM**// will automatically enable the Gantt option in the Display options of the query. You can then specify properties of the Gantt chart that you want to show. The Gantt chart will automatically include all dependencies related to the tasks.
  
 {{page>docs:5000_videos:320_gantt_charts&noheader}} {{page>docs:5000_videos:320_gantt_charts&noheader}}
  • Last modified: 2022/09/13 18:09