Forward
Foundations / Best Practices / Global Patterns / Object Handling / Forward / Forward
Intro
You can forward an object to another user for further investigation. The object will be forwarded to the recipient’s worklist. Depending on the context, you can forward one or several objects.
Usage
Use the forward pattern if you would like to forward an object to another user for further investigation.
Responsiveness
Size S
S
ize M
Size L/XL
Layout
The forward function can be accessed in the footer bar (for a full screen) or in the footer bar of the detail page (for a list-detail layout). If the user switches the list to multi-selection mode, several objects can be sent to one recipient.
Use the text Forward to label the action button. Do not use an icon.
Access forward action
Behavior and Interaction
This section describes the interaction flow for the sender and the recipient.
Forward
Interaction Flow Sender
Forward action in the footer toolbar
Select recipient to forward
A dialog appears (message box) after the recipients have been selected. It displays the message: Forward <object name/ID> to <first name second name>?
There is also an entry field for the user to optionally send a note to the recipient. This entry field displays the message text: Add note (optional).
Forward dialog with entry field
After confirming the dialog by clicking OK, a success message (message toast) appears.
Additionally, the number of entries in the list is reduced (in this example from 10 to 9).
After forwarding, the item is removed from the list
Forward
Interaction Flow Receiver
The recipient receives the forwarded object with the respective note in her/his worklist
Resources
Elements and Controls
- Select dialog (guidelines)
- Message box (guidelines)
- Message toast (guidelines)
Implementation
- Select dialog (SAPUI5 samples)
- Message box (SAPUI5 samples)
- Message toast (SAPUI5 samples)