How to open business application directly with application id.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2023 10:35 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2023 10:52 AM
Hello,
Have you tried to use global search option to search for a BAPP using number?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2023 09:31 PM - edited 08-15-2023 05:29 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2023 05:03 PM
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