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
AmulAmul 

Please Help me for using WebService

Dear All,
Please help me out, I am interested to handle Save event on Opportunity Object., Once the user will fill Opportunity at this level
i needed to tranfer records to my Local DataBase using WebService.
I can develop s-Control, and this Control will call Apex Class WebService , and this WEbService will send data to my Local machine , please suggest some relevant code to send data from salesforce. I already used OutBound meaage. But i am interested to call method on save Button.
 
 
Regards:
Amul
zirosziros
Hi, I was faced the same need as you
 
from what I understood, you can't override the standard Save button.
 
So what that I do was to write a trigger on Opportunity, than I  called to an external webservice
with the @future anonntaion.
 
If this suits for your need I'll try to help you.