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
Vimal BhavsarVimal Bhavsar 

How to call Web service on custom button on Create Opportunity page in sales force?

Hi team ,

Please advice me on below senario,

i want to add one custom button on Create New Opportunity page and from that button i want to call one webservice which is check the information/match the information with the external database data and then approve to create new opportunity for the account.
bob_buzzardbob_buzzard
You can't do this - custom buttons can't be displayed on the create page.  You'll need to override the create page with Visualforce to be able to insert your functionality into the save flow.
parthasarathy kparthasarathy k
Hi Viimal,
I am new to FDC,Can you please help me to sort out  this problem" i want to add one custom button on visual force page and from that button i want to call one webservice which will check the information/match the information with the external database data(Google Cloud) and navigate to the next visualforce page ..Thanks in Advance