Re: Mobile development in ServiceNow to embed particular section from service portal on mobile
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-24-2024 11:53 PM
Hello Team, is there any way of adding service portal links particular section from the web page to the mobile app in service now.
Tried as of now:
* We can add the whole page as a web link and open on a tab in mobile builder but what i dont want the whole page but only certain section from the service portal page.
ex: if we embed this link, https://docs.servicenow.com/bundle/washingtondc-mobile/page/administer/tablet-mobile-ui/reference/sg... whole page would be opening on the mobile app.
but i want to only below without nav head and breadcrumbs etc.
Any inputs on this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-25-2024 12:25 AM
so one approach I am thinking is, take the pages and directly display using page_id, Like INSTANCE_ID/now?id=id_of_page
so here id_of_page is the id of page which we are seeing on browser, is there a way to access the widgets id and display onlyb that scetion usiing this approach INSTANCE_ID/now?id=id_of_that_section_of_page