Gantt Chart for custom table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2014 11:51 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2014 03:07 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2016 12:15 AM
Hi mguy How can i add a button or textbox in "TimelineGanntSchedulePage" script include? thanks