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
mac_046mac_046 

Displaying a Confirmation or Alert Box on Standard page layout

Hi I had a scenario where I need to pop-up a confirmation box after validating some fields(eg.Stage = xxxxx and XID =xxxxxx) for a standard save button click on standard page layout. Is it possible to achieve this requirement?

Ispita_NavatarIspita_Navatar

You cannot achieve this using standard button, either you need to override the button and place your own code either in visual force and apex or in javascript  using javascript API.

 

Hope this helps.