There is limited support for opening Web Planner for a specified resource view, color mode, a specified start time and a specified horizon. In addition some support is included for opening exclusively the Gantt chart or exclusively the Order list.
Valid sub-path names
The following additional sub-path names are valid to add after the site id
and the extra static part /p/
Sub-path | Explanation |
chartOnly | Will open Web Planner with only the Gantt chart available. No toolbar is shown and there is no option to find an order in the order list. Might be a good option when embedding the Gantt chart |
chart | Same as ‘chartOnly’ option, with the difference that the toolbar is displayed. This way color mode can be changed. The order and project list buttons won’t work however in this mode |
orders | Only show the order list without the option to jump to the Gantt chart. |
As an example, this URL is valid and will open Web Planner without toolbar, order list etc.
http://robexsrv1:9090/wp/s/<site_id>/p/chartOnly
Specifying URL parameters
Additional parameters may be specified on the path. As an example, this URL is valid and will open Web Planner with the resource view “Operators” pre-selected.
Valid URL options:
URL param | Type | Explanation | Example value |
vStart | Date (ISO8601) or ‘now’ | View start datetime | 2008-03-03T00:00:00.000Z, now |
vEnd | Date (ISO8601) or ‘now’ | View end datetime | 2008-03-03T00:00:00.000Z, now |
vHours | Number | View horizon. Must be specified in hours | 10, 10.5 |
colorscheme | String | Color mode to used | ORDER, OPERATION_STATUS All color modes supported by Web Planner are supported. Simply convert the name to uppercase and replace any spaces with underscore. |
view | String | Name of resource view to use (case matters) | Standard |
Post your comment on this topic.