When the URL is having too many params replaced with sysparm_tiny???

Sri Harsha3
Tera Expert

Do we have any specific table to get the parameters of that page.

1 ACCEPTED SOLUTION

Allen Andreas
Administrator
Administrator

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!

View solution in original post

3 REPLIES 3

Allen Andreas
Administrator
Administrator

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!

Rajkumar Sakthi
Kilo Expert

check it in the table - 'sys_tiny_url'

Rajkumar Sakthi
Kilo Expert

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.