Shortening of encoded query

Amit160
ServiceNow Employee
ServiceNow Employee

We are creating URL based on an encoded query. In encoded query, there is 'IN' operator on which we are filtering long string of sys Ids. The number of sys Ids in some case exceeds more than 1000 which makes URL very very long. This long URL is not working on the browser because of the URL length limit. It throws HTTP code - 400. We have already tried Chrome, Firefox and Safari. 

Is there any way to shorten this URL at Script Include level. Does ServiceNow platform provide any such utility?

 

11 REPLIES 11

Inactive_Us1957
Kilo Guru

Hi,

There are properties that will create tiny URL's.Hope this will help you.

Inactive_Us1957
Kilo Guru

Hi,

You will refer the this link