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
Sarthak Bajaj 14Sarthak Bajaj 14 

Show popup message in VF page on saving the record

Hi,
 Can anyone help me with this:
I want to give an alert message when user tries to save the task.
Looks simple, But the problem here is that when user first saves the record it gets redirected to opportunity page, and when user checks the task by clicking on the saved task, then he is able to see the popup.
Is there any way by which i can do this.
I know i cannot override the save button on the edit page of task.

Any other suggestion by which user can view the popup is welcome.
What i came up with is if i can redirecty the page back to task detail page after saving rather than opportunity page?..