UI button on mobile app

rohitservicenow
Mega Guru

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

1 ACCEPTED SOLUTION

amis
Kilo Expert

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


View solution in original post

4 REPLIES 4

amis
Kilo Expert

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


Thank you for the update. Could you also let me know if Change management is available for mobile app?


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


sachin_namjoshi
Kilo Patron
Kilo Patron

Hi Rohit,



Please find below article which shows difference between desktop and mobile UI actions.



Understanding mobile vs. desktop UI actions



Regards,


Sachin