Skip to content

Commit

Permalink
Update using-messages-239b192.md
Browse files Browse the repository at this point in the history
Clean up on handling bound messages in V4 specific section
  • Loading branch information
IAmSandeepRS authored May 2, 2024
1 parent 6f2f3b1 commit d754cd3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/06_SAP_Fiori_Elements/using-messages-239b192.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Transition messages are always shown in message dialog - this is true also in ed

## Additional Features in SAP Fiori Elements for OData V4

For more detailed information, see [Server Messages in the OData V4 Model](../04_Essentials/server-messages-in-the-odata-v4-model-fbe1cb5.md).
To understand more about the different transport channels for the different kind of messages as well as more detailed information about the lifecycle management of these messages, see [Server Messages in the OData V4 Model](../04_Essentials/server-messages-in-the-odata-v4-model-fbe1cb5.md).



Expand All @@ -57,14 +57,14 @@ SAP Fiori elements provides two main types of message handling, depending on whe

Unbound messages are always considered as transition messages.

- Bound transition messages are shown in a new message dialog also in edit mode if a dialog is already open \(for example, an action parameter dialog\). Only messages with targets that are the same as the fields within the original dialog are shown inline in the same dialog.

- Bound transition messages triggered from an action without a dialog are shown in a message popover in edit mode alongside any existing state messages.
– Handling Bound Messages –

Bound messages (both state and transition) are shown in a message popover in edit mode. The message popover allows the display of a summarized list of different types of bound messages. In addition, it provides a handy and systemized way to navigate and explore details for every message. The messages for subitems are also shown. Messages are also grouped by the name of the message group the current item belongs to, or else categorized under ‘General’.

– Handling Bound Messages –
Bound transition messages are shown in the message dialog in the list report and on the object page (or subobject page) in display mode; state messages are not supported. If there is exactly one transition success message, the message is shown in a message toast.

A message popover is used to display a summarized list of different types of bound messages \(messages that are specific to a particular instance, for example for a sales order selected in a list report and shown in an object page\). It provides a handy and systemized way to navigate and explore details for every message. The message popover automatically displays messages that are sent from the back end as part of the request-response cycle. The messages for subitems are also shown \(for example, if the message popover is bound to a sales order item, the messages for the underlying sales order items are shown as well\). In addition, messages are grouped by the name of the message group the current item belongs to, or else categorized under ‘General’.
Bound transition messages, unlike the state messages, are always removed whenever the user triggers a new action or changes data.

Usage

Expand Down

0 comments on commit d754cd3

Please sign in to comment.