The CreatorCon Call for Content is officially open! Get started here.

Create UI Action on Mobile to add comments

Ashley
Kilo Sage

Still trying to get my head around Mobile, I want to create a "UI Action" as a List button so a user could add a Comment to the currently selected record

Example:

find_real_file.png

Now I know if I click on the Incident to go into the record there is a menu option in there with Add - Work Notes\Customer Notes but it would be nice to provide as many options as possible in the list view..... seems pretty simple but all I can find online is information on how to update the comment fields with something pre-set.

Any help would be appreciated

4 REPLIES 4

nayanawadhiya1
Kilo Sage

Thanks for the info, I know how to create the List Button as that is my phone in the picture but its the Add Comment script I'm trying to work out


syedfarhan
Kilo Sage

Hi Ashley,


UI actions function the same on the smartphone interface as on desktop interface, but are keyed off a different table: UI Action - Mobile [sys_ui_ng_action]. You can add three kinds of UI actions in the smartphone interface:


  • list buttons
  • form buttons
  • form more items (these are items that display when the user taps the More button)


Thank,


Syed


Thanks for the info, I know how to create the List Button as that is my phone in the picture but its the Add Comment script I'm trying to work out