How to open business application directly with application id.

bkolubenka
Kilo Contributor

We know that with given sys id of any cmdb items we can open direct page for business application. But how we can navigate directly application page with other any unique id in that table as below

Now its working as this link - https://chevron.service-now.com/nav_to.do?uri=cmdb_ci_business_app.do?sys_id=<some sys id here>

I want to get app page with app id as in this example - https://chevron.service-now.com/nav_to.do?uri=cmdb_ci_business_app.do?^u_appid=<some business app id...

 

Please help if there are any ideas

3 REPLIES 3

Sumanth2
Tera Contributor

Hello,

 

Have you tried to use global search option to search for a BAPP using number?

loje
Giga Contributor

Some exploration of this and I found ^GOTO and with correctly encoded URL try:

https://chevron.service-now.com/nav_to.do?uri=cmdb_ci_business_app.do%3Fsysparm_view=apm_business_applications%26sysparm_query=application_type=application^GOTOu_appid=APP-ID-1234
Edit: fix formatting

loje
Giga Contributor

argh, the URL got eaten. trying again...

https://chevron.service-now.com/nav_to.do?uri=cmdb_ci_business_app.do%3Fsysparm_view=apm_business_applications%26sysparm_query=application_type=application^GOTOu_appid=APP-ID-1234