Input form actions in an input form screen
Learn about adding a button next to input form fields. This button allows users to add comments, attach files, and navigate to other screens.
Add a more menu button
by specified input value fields.
Note:
This button can include any variety of action items: comment, attachment, and navigation buttons.The button appearance may vary between iOS and Android operating systems. The button is indicated with three dots either horizontally or vertically.
- Comments: Where users can add, edit, or delete a comment. Users can add only one comment for each input value field.
- Attachments: Users can either select images from the gallery or add a new image to the gallery. Alternatively, they can add an image directly using the camera. Users can add multiple attachments to each
input value field.Note:
For attachment input actions, when mapping attachments as part of a data source, the field name must be declared as a sys_id so it's automatically added to the Attachment [sys_sg_attachment] table. You then must define which element identifier the element belongs to using the values.Mapper attribute.
- Navigation button: Users tap on this option to open an alternative screen or launcher screen. For example, navigate to a list screen to create a follow-up task or to view a knowledge base article in the
context of an input. Any number of navigation buttons can be added to the more menu button.Note:For navigation functions labeled with a Record context, the data source mechanism is required. For navigation functions labeled with a Global context, the data source mechanism isn't required.