- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-17-2018 05:02 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-17-2018 06:09 AM
Hi,
No, but you can change the settings on that: https://docs.servicenow.com/bundle/jakarta-platform-user-interface/page/use/navigation/task/t_Enable...
Please mark reply as Helpful/Correct, if applicable. Thanks!
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-17-2018 06:09 AM
Hi,
No, but you can change the settings on that: https://docs.servicenow.com/bundle/jakarta-platform-user-interface/page/use/navigation/task/t_Enable...
Please mark reply as Helpful/Correct, if applicable. Thanks!
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-31-2019 12:39 AM
check it in the table - 'sys_tiny_url'
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-31-2019 12:41 AM
The details of the tiny URL are stored in the sys_tiny_url table. Navigate to sys_tiny_url.LIST and you can find of the Tiny URL (Field) equals the parameter value of the sysparm_tiny in the URL.
You might need to create a Script include and call that from a client script to get the relevant information from the URL which is stored in the Data filed on the sys_tiny_url table.