sarah_bioni
ServiceNow Employee
ServiceNow Employee

As a ServiceNow developer, you may want to surface an existing portal page that already includes custom widgets inside the Now Mobile experience. Embedding task tracking, visual dashboards, or vendor-specific views into the mobile app can significantly improve accessibility and engagement.

 

📲 Steps to Link a Portal Page to Now Mobile via Applet

  1. Open the Mobile App Builder module in the ServiceNow instance.

  2. Create a New Applet (in my example, I use the Quick Links icon section to add a new icon to open a page with the System Status OOTB portal page).

     

    sarah_bioni_2-1742999326175.png

     

  3. Choose Function + URL as the applet type.

  4. In the URL field, enter:

    $sp?id=[portal_page_name]

     

     

    🔹 Example:

    $sp?id=services_status
     
    sarah_bioni_0-1742999280928.png

     

    This dynamic URL links directly to your portal page and loads it inside the mobile web container.


Final result: 

 

Opening the System Status portal page in Now mobile.

 

sarah_bioni_3-1742999427149.png  sarah_bioni_4-1742999453986.png

 

 

Comments
stefanpetko
Tera Contributor

Hello, 
In the second  image you have provided I can see that everything looks well, similar in my case. 
The problem is/are the top options "Home > System status" in my case it's "Home > Account" User can click on these which breaks the purpose of just having a widget there since by clocking on home (in my case) user can see the whole SP
Any solution to this?
@sarah_bioni 

sarah_bioni
ServiceNow Employee
ServiceNow Employee

Hi @stefanpetko ,

 

A solution could be to create a new or custom widget and page without breadcrumbs.

 

Regards,

Sarah Bioni

Version history
Last update:
‎03-26-2025 07:32 AM
Updated by:
Contributors