Come for answers, stay for best practices. All we're missing is you.
Changing Gantt bar display value
For both GS and GA we display the work order or task description in the gantt bar.
changing the GS to display the work order/task is much simpler than doing the same for GA
GS the work order # and task can be added by adding the following system property
skd.gantt.WORKORDER.tpl
{WONUM} - {TASKID}
save and live refresh will get you the following
or
I added a dash between the 2 values and as you can see when no task exists it look odd
This will also apply to the Work view in GA and GR-RF as well
For GA – Assignment View – is not already mapped to the Work order and task so the admin must first map these fields for Assignment table
Warning – when you map fields there could be a performance hit to displaying gantt views.
In GA open the Default Settings
Now user needs to map Assignment to WO as shown below
skd.gantt.ASSIGNMENT.tpl
save and live refresh
so again, may wish to remove the dash so work orders without tasks display betterFor Mouse Over information the system property can be used to Display WONUM information at the Work Order bar too:skd.gantt.WORKORDER.tip.tpl = {WONUM} {TASK} - {name}
Same for the Assignment:skd.gantt.ASSIGNMENT.tip.tpl = {WONUM} {TASK} - {name}{RESOURCE}