The CreatorCon Call for Content is officially open! Get started here.

Gantt Chart for custom table

kelvin_du
Giga Contributor

Hi all,

 

I created a table (no extend). Now I need to make a gantt chart (just like the gantt chart of project and task).

Can anyone teach me how to do it?

 

Thanks.

2 REPLIES 2

marcguy
ServiceNow Employee
ServiceNow Employee

I have done this for change, take a look at schedule pages, cmn_schedule_page.



That's the starting point you will see there's a gannt_chart page there, I took a copy of that and renamed it as I needed, then there is also a script include to copy and rename for your table etc. -   TimelineGanntSchedulePage.



once you have copied those and the rewritten for your new table, you can simply copy the Gannt Chart UI Action on pm_project and call your new schedule page etc, it will probably take a fair bit of trial and error, it did for me anyway.



http://wiki.servicenow.com/index.php?title=Schedule_Pages



Marc


Hi mguy How can i add a button or textbox in "TimelineGanntSchedulePage" script include? thanks