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
Shirley MaglioShirley Maglio 

How to Override a Standard Button to call an external web service?

Hi All,

I am trying to override a standard button in Salesforce to call an external web service.  Can anyone give me some pointers on how to do this?

Thanks,
Nancy
 
Best Answer chosen by Shirley Maglio
PratikPratik (Salesforce Developers) 
Hi Shirleey,

You can refer to these posts:
http://salesforce.stackexchange.com/questions/27398/what-is-the-best-approach-to-call-a-webservice-from-sfdc
http://salesforce.stackexchange.com/questions/53245/override-standard-save-button-on-opportunity-object

Thanks,
Pratik

All Answers

PratikPratik (Salesforce Developers) 
Hi Shirleey,

You can refer to these posts:
http://salesforce.stackexchange.com/questions/27398/what-is-the-best-approach-to-call-a-webservice-from-sfdc
http://salesforce.stackexchange.com/questions/53245/override-standard-save-button-on-opportunity-object

Thanks,
Pratik
This was selected as the best answer
Shirley MaglioShirley Maglio
Hi Pratik, Thank you for your help.  ~Shirley