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
AbAb 

Overriding standard Save button | Event

Hello,

Presently, I have 4 record type and 4 page layouts for a Event.

I want to overide the Save button.
It should save the current event and also display a message, may be a alret message or something in background.

Thank you for suggestion !
Best Answer chosen by Ab
Carlos Campillo GallegoCarlos Campillo Gallego
Hi Sandrine :)

If I'm not wrong, save button is not a customizable button unless you override it in the controller of your Visualforce Page. I don't know if you are considering this possibility, considering that you have 4 different layouts tthat'd be quite a mess...

Regards!