Maximo

Maximo

Come for answers, stay for best practices. All we're missing is you.

 View Only

Changing Gantt bar display value 

Mon March 16, 2020 03:29 PM

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

  • So, may wish to just use a space between the 2 values

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

 

 


now in system properties create a new row like the following

 

skd.gantt.ASSIGNMENT.tpl

 

{WONUM} - {TASKID}

 

save and live refresh

 

or

 

so again, may wish to remove the dash so work orders without tasks display better

For 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}










#MaximoScheduler
#AssetandFacilitiesManagement
#Scheduler
#Maximo

Statistics
0 Favorited
65 Views
0 Files
0 Shares
0 Downloads

Comments

Tue January 19, 2021 09:24 AM

@Ken Thompson Dev checked and there is not a sys prop for GCM bars, please feel free to open an RFE for that​​

Mon December 14, 2020 11:40 AM

@Steve Norris Sorry we don't have a sys prop for outside assignments, so you would need an RFE for that one.  In GWW there is a View Assignments dialog to get the details - configurable in app designer.  In GA there is a ​​tool tip that is configurable.

Mon November 23, 2020 01:55 PM

Hi Lori, have an interesting question from a client. Is it possible to change the display values for assignment records not returned by the work list query, but are displayed due to being assigned to a resource used in both work lists?

Mon November 09, 2020 01:18 PM

Hi Lori, thanks for your response. An RFE has been submitted. 

ID: 146557
Headline: Scheduler Gantt Bar display - PM Forecasts

RFE Link

Tue November 03, 2020 04:27 PM

Hi Steve

The correct sys props for PMs are skd.gantt.PM.tpl for the bar and skd.gantt.pm.tip.tpl for the hover displays.  PMs are quite different from work orders because one record holds multiple forecasted bars.  However  default value of {name} holds the jpnum (valuable for pm's with job plan sequences) and is the only value available currently.  You can open a RFE to request other fields to be opened.  Please not the configurable tool tip does have more information available.

Lastly the wonum mapped to a pmnum (asset, location as well) are not used and don't effect anything, they have been around since 7.6 release.

Thu October 29, 2020 12:10 PM

Is there a way to update the Gantt bar for PM Forecasts? Have tried skd.gantt.PMFORECAST.tpl & skd.gantt.PM.tpl  with {WONUM}|{name} with no success. FYI WONUM is mapped to PM.PMNUM as per OOTB Maximo.