
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-07-2018 09:55 AM
How do I create a permalink to a specific class and tab within the ServiceNow CI model view?
I am using this in the Guided Setup modules and do not have the ability to run js prior to performing the call, or to make the call from js.
For an example of the page/tab I would like to permalink to you can navigate to the below on a ServiceNow instance:
- Open https://my-instance.service-now.com/$ciModel.do
- Click Hierarchy
- Search for ‘Windows Server’
- Select Windows Server
- Under ‘Class Info’ click ‘Identification’
Ideally, I would like to permalink to the below:
note: I've posted this to stack overflow as well, at https://stackoverflow.com/questions/53674499/navigate-to-an-item-of-cimodel-do-hierarchy-in-servicen...
Solved! Go to Solution.
- Labels:
-
Integrations
-
User Interface (UI)

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-13-2018 03:07 AM
The CI Model can be navigated into directly using the below link. This will pull up the cmdb_ci_win_server class, but can be updated to other classes as needed.
https://myInstance.service-now.com/$ciModel.do?sysparm_super_class=771990a3db201300b8fd6be3ca961998&sysparm_super_class_name=cmdb_ci_win_server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-09-2018 03:07 AM
Hi Nathan,
Unfortunately, this is not something configurable since the path is not represented by unique URL hash.
Nevertheless, you can the CI Class (button is available at the right most top corner)
And Pinned classes will be available directly under hierarchy.
Cheers,
Sunil B N
P.S: Mark this an answer/helpful if it was useful to you.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-13-2018 03:07 AM
The CI Model can be navigated into directly using the below link. This will pull up the cmdb_ci_win_server class, but can be updated to other classes as needed.
https://myInstance.service-now.com/$ciModel.do?sysparm_super_class=771990a3db201300b8fd6be3ca961998&sysparm_super_class_name=cmdb_ci_win_server