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
Andrew_0509Andrew_0509 

PopUp on Opportunity when the Closed Date is modified

Hi All,

I have to implement this in our sandbox. I do not have much knowledge of coding. 

I'm trying to create a Pop-up for an opportunity i.e. when the Opportunity Closed Date is modified (ISCHANGED) there should be a Pup-up message. 

I tried doing this with a Popup component from AppExchange but it only allows me to add Boolean fields. Is there any workaround for this?
Thank-you
Andréan 
ShirishaShirisha (Salesforce Developers) 
Hi Andrean,

Greetings!

In order to achieve this requirement,you need  to override the record detailed page with the Visualforce page and add the logic to show the popup whenever the Closed date changed.

You  can check the sample code on this thread:

https://developer.salesforce.com/forums/?id=906F000000097LbIAI

Kindly let me know if it helps you and close your query by marking it as solved so that it can help others in the future.

Warm Regards,
Shirisha Pathuri