You can create custom URL so that users can directly access pages.
In order to create custom URLs, you must be a database user, such as privuser or admuser, that can make queries against the P6 EPPM database for project wbsids. If you do not have database access to P6 EPPM, refer to your P6 EPPM database administrator.
Users can only access custom URLs to access pages as long as they have Project module access and OBS access to projects and project templates.
Any P6 EPPM user can use a custom URL, as long as they have Project module access. If the user does not have access to the projects listed in the URL, P6 EPPM will open to the Open Projects dialog box.
To create a custom URL:
The base URL follows the format http://<server>:<port>/p6/bookmark?uri=navigatetopage&ctx=
For example, http://corporatep6server:8203/p6/bookmark?uri=navigatetopage&ctx=
sqlplus <admuser or privuser>/password@<db_tns_names_entry>
column wbs_short_name format a20
column wbs_name format a30
select pw.wbs_id, pw.proj_id, pw.wbs_short_name, pw.wbs_name from projwbs pw inner join project p on pw.proj_id=p.proj_id where pw.proj_node_flag = 'Y' and p.project_flag='Y' and orig_proj_id is null;
Notes:
For example, 3165,65422,984&
Supported values: activities
For example, key=activities&
Supported values: true
or false
For example, isApplet=false&
Note: You must have the specified view option selected in the View tab of My Preferences to use a custom URL. For example, in order for you, or users, to use this URL with Basic View, you must have the Basic View option enabled in My Preferences. For information about selecting views, refer to Customizing My Preferences View Preferences in the P6 Help. You do not need to have the specified view option set as your default view type.
Supported values: true
or false
For example, showNavigation=false
Note: Your string should be similar to projectList=3165,65422,984&key=activities&isApplet=false&showNavigation=false
For example, you could use URL Encoder/Decoder at http://meyerweb.com/eric/tools/dencoder/.
Note: After you percent-encode your string, the string should be similar to projectList%3D3165%2C65422%2C984%26key%3Dactivities%26isApplet%3Dfalse%26showNavigation%3Dfalse
For example: http://corporatep6server:8203/p6/bookmark?uri=navigatetopage&ctx=projectList%3D3165%2C65422%2C984%26key%3Dactivities%26isApplet%3Dfalse%26showNavigation%3Dfalse
Legal Notices | Your Privacy Rights
Copyright © 1999, 2019,
Oracle and/or its affiliates. All rights reserved.
Last Published Thursday, June 13, 2019