How to show Alerts/warnings in Groovy?
(Doc ID 2609057.1)
Last updated on DECEMBER 22, 2020
Applies to:
Oracle Fusion Engagement Cloud Service - Version 11.13.19.07.0 and laterInformation in this document applies to any platform.
Goal
On : 11.13.19.07.0 version, Leads, Sales Campaigns
Groovy alert
Customer needs alerts/warnings to be shown to user when an action is being triggered. They have tried various ways
1) adf.util.raiseWarning("Message") - doesn't work
2) adf.error.warn(null) as suggested in Doc 2327331.1 - but this can only show one warning, not multiple warning based on user condition in the script
How can we show warnings in Groovy script similar to alerts in Javascript?
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |
References |