You need to sign in to do that
Don't have an account?

Override standard SAVE button on Event
Hello All,
Requirement : While creating Event record, when user clicks on SAVE(standard) button, need to show a confirmation box to user only if a checkbox is checked on Event. And once user confirms it, an email need to be fired to manager of that user and save the record.
Can we do this using overiding salesforce SAVE with custom button(execute javascript) ?
Thanks,
Prafull
Requirement : While creating Event record, when user clicks on SAVE(standard) button, need to show a confirmation box to user only if a checkbox is checked on Event. And once user confirms it, an email need to be fired to manager of that user and save the record.
Can we do this using overiding salesforce SAVE with custom button(execute javascript) ?
Thanks,
Prafull
Unfortunately you cannot override save button, it is one of the considerations for Overriding Standard Buttons mentioned in the docs (https://help.salesforce.com/HTViewHelpDoc?id=links_override_considerations.htm&language=en_US) .
To achieve your requirement, I fear, you have to write a VisualForce page on New Event button itself.
Regards,
Sushil