- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-09-2017 02:51 AM
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
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-09-2017 05:25 AM
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-09-2017 04:17 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-09-2017 05:25 AM
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