function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Deanna Aaron 11Deanna Aaron 11 

How to create a pop up alert

I'd like to make an alert on the opportunity object to say -
IF there's a value in the field, "Failed Status" - Then create an alert that says "Email Failed to Send"
In other words, if the "Failed Status field is not blank, trigger the alert.

How could I accomplish this?

Thank you!
Best Answer chosen by Deanna Aaron 11
Naval Sharma4Naval Sharma4
There is no way to do that in a standard detail page. You can override using Visualforce page and can achieve this functionality. I would suggest you insert an image in the detail page based on the status field values.
https://help.salesforce.com/articleView?id=000007604&type=1