- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2017 06:14 PM
Hi there,
I have a requirement to create a UI button on mobile app, which is already available on Desktop version. When I create the UI button for mobile app, can I just copy the code available in Desktop UI button?
thanks, Rohit
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2017 06:54 PM
UI actions function the same on the mobile interface as on desktop interface the only difference being they are stored on different tables: UI Action - Mobile [sys_ui_ng_action].
The code should work upon copy just remember to redirect a user to a URL in the mobile interface. For example, add links to a form or open a new record after it is created from a UI action.
Regards,
Abhi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2017 06:54 PM
UI actions function the same on the mobile interface as on desktop interface the only difference being they are stored on different tables: UI Action - Mobile [sys_ui_ng_action].
The code should work upon copy just remember to redirect a user to a URL in the mobile interface. For example, add links to a form or open a new record after it is created from a UI action.
Regards,
Abhi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2017 01:17 AM
Thank you for the update. Could you also let me know if Change management is available for mobile app?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2017 05:59 PM
Hi Rohit,
Change Management is not supported in the default view on ServiceNow mobile app.
Check community post below:
Change Management on the ServiceNow mobile app
You can try below documentation to try configure the application
Mobile experience setup for admins
Reagrds,
Abhi

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2017 08:14 PM
Hi Rohit,
Please find below article which shows difference between desktop and mobile UI actions.
Understanding mobile vs. desktop UI actions
Regards,
Sachin