How to display an notification popup message (not error or warning) in Oracle Sales Cloud UI
Hello,
I would like to display an informational (non-blocking) popup message on the Oracle Sales Cloud UI — for example, before the Save action or when a specific field value changes.
My requirement is not to raise a Groovy validation exception (error or warning), but simply to show an information-style popup or toast message that informs the user without interrupting the transaction. I understand that Groovy scripts in Sales Cloud run server-side, and therefore such UI interactions are likely not possible directly through Groovy logic.
Could you please confirm if there’s a supported approach to display this type of informational popup message in version 25C (11.13.25.07.0)?