- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2015 11:59 AM
I am trying to track down a content_block_menu named "Portal Menu" from a dropzone on my site. There is no "Portal Menu" in the list from
Content Management -->Blocks-->Navigation Menus. I have the sys_id from the dropzone - is there a way to find out what this sys_id really identifies? Am I looking in the wrong place? Any help would be truly appreciated!
Solved! Go to Solution.
- Labels:
-
Integrations
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2015 12:23 PM
If you know the table name you can build the URL to go directly to the record:
Here goes an example. In italics is what you need to change
https://instance_name.service-now.com/nav_to.do?uri=table_name.do?sys_id=yoursysid
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2015 12:23 PM
If you know the table name you can build the URL to go directly to the record:
Here goes an example. In italics is what you need to change
https://instance_name.service-now.com/nav_to.do?uri=table_name.do?sys_id=yoursysid
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2015 12:28 PM
Also, you can directly access the list of items by typing in the navigation menu your table_name.list.
In your case it will be content_block_menu.list
You can try search in there for the Portal Menu item or the sys_id through the filter
Thanks,
Berny
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2015 12:40 PM
Although I got the list of navigation menus, no Portal Menu appears in the list, however, the sys_id points to a different menu. Not sure what is going on as I inherited this instance and am just trying to get it running in an upgraded version of SN. (Some of the former developers did not use update sets). Thanks again!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2015 12:31 PM
Berny: Thanks a lot for the information and the correct answer. I used 'content_block_menu' as the table_name and it took me to the entity with the sys_id that I had. Thanks again!