- Post History
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
on 03-26-2025 07:32 AM
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
-
Open the Mobile App Builder module in the ServiceNow instance.
-
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).
-
Choose Function + URL as the applet type.
-
In the URL field, enter:
$sp?id=[portal_page_name]
🔹 Example:
$sp?id=services_status
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.
- 935 Views
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
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
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
Hi @stefanpetko ,
A solution could be to create a new or custom widget and page without breadcrumbs.
Regards,
Sarah Bioni