Re: Mobile development in ServiceNow to embed particular section from service portal on mobile

Mohammad_Farman
ServiceNow Employee
ServiceNow Employee

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.


Mohammad_Farman_0-1711349374386.png

but i want to only below without nav head and breadcrumbs etc.

Mohammad_Farman_1-1711349545631.png

Any inputs on this.

1 REPLY 1

Mohammad_Farman
ServiceNow Employee
ServiceNow Employee

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