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
NevDevNevDev 

How to create a custom pop up notification on opportunity

We currently have a process whereby if a user changes any field (bar stage field) on an Opportunity, then they need to resubmit that record for Approval.
Is there a way that I can build a pop up window to notify the user that upon saving this record they will need to resubmit it for approval?
Gokula KrishnanGokula Krishnan
Hi NevDev,

You can use Inline visual force page to show pop-up window in standard layout.

Reference: http://salesforce-stuff.blogspot.in/2011/10/open-new-window-on-record-save.html

Thanks,

If it helps you, please mark is as best answer, so it will be helpful for other developers.