navigating URL by passing Ticket Number

BalajiN
Kilo Contributor

navigating URL by passing incident number.

I wish to navigate to recored ticket by using ticket number

please share your knowledge.

8 REPLIES 8

Okay, then please use


sysparm_query=number=INC00040
as shown in this WIKI page : http://wiki.servicenow.com/index.php?title=Navigating_by_URL


BalajiN
Kilo Contributor

I have already tried all of them.

may be some other rule is stopping that action.

Thank you so much for spending your valuable time


Artur Schulz
Tera Contributor

Hi you have to use following URL:

 

https://<instance name>.service-now.com/incident.do?sysparm_query=number=INC0010001

 

Further Details you can find here: Examples of navigating by URL 

 

Artur Schulz
Tera Contributor

Hi, you have to use the follwing URL:

https://<instance name>.service-now.com/incident.do?sysparm_query=number=INC0010001

 

Further Details: Examples of navigating by URL