add UI actions on mobile app

michalortar
Kilo Expert

Hi!

new to the mobile app, i'm trying to add extra features, like set assigned to from the APP, also resolve \ close task or incident.

i played around with it a bit, but i'm not good in scripting..

I'm playing around on my DEV instant at the moment, so all out of box.

thanks!

Michal

1 ACCEPTED SOLUTION

rini2
Giga Expert

Hi Michael,



UI actions function the same on the mobile interface as on desktop interface, but are keyed off a different table: UI Action - Mobile [sys_ui_ng_action].


Add the following types of UI actions in the mobile interface:


  • List buttons
  • Form buttons
  • Form more items (items that display when the user taps the More button)


**The lowest number in the Order column identifies the primary button at the top of the form.



Please see the link below for more details


https://docs.servicenow.com/bundle/istanbul-servicenow-platform/page/administer/tablet-mobile-ui/con...


View solution in original post

2 REPLIES 2

vinothkumar
Tera Guru

Hi Michal,



UI actions function the same on the mobile interface as on desktop interface, but are keyed off a different table: UI Action - Mobile [sys_ui_ng_action]



Refer the below link it would be helpful.



Mobile interface UI actions


rini2
Giga Expert

Hi Michael,



UI actions function the same on the mobile interface as on desktop interface, but are keyed off a different table: UI Action - Mobile [sys_ui_ng_action].


Add the following types of UI actions in the mobile interface:


  • List buttons
  • Form buttons
  • Form more items (items that display when the user taps the More button)


**The lowest number in the Order column identifies the primary button at the top of the form.



Please see the link below for more details


https://docs.servicenow.com/bundle/istanbul-servicenow-platform/page/administer/tablet-mobile-ui/con...