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
KaushikKaushik 

Over-ride buttons on Edit page

 Hi All,
Is there a way to Over-ride standard buttons on the edit page?Like overiride the Save button.
Basically I need to add additional functionality to the Save Button.

Also is there a way to call the Save button as a function?


Thanks

Kaushik

Message Edited by Kaushik on 04-07-2007 03:03 PM

Ron HessRon Hess
there is no feature to override the save button currently.

with Apex Code you will be able to perform actions anytime a save is done, but this (server side code) feature is currently in the pilot phase.
KaushikKaushik
Thanks for the info..Looking forward for the Apex code upgrade

Kaushik
KFretKFret
you might be interested in this workaround:
http://forums.sforce.com/sforce/board/message?board.id=general_development&message.id=10760&query.id=51920#M10760
KaushikKaushik
Thanks a lot for the link.
 
Kaushik