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
NaveenReddyNaveenReddy 

SOAP Call webservice

Hi,

 

 I have a custom object with fields name,phone number in salesforce accounts.

 

Whenever I enter details in one salesforce object , the other salesforce object also needs to be updated.

 

Can anyone please provide me the solution.

 

How to get WSDL and how to make SOAP call

 

Thanks in advance

Sonam_SFDCSonam_SFDC

Hi,

 

Are you trying to update records across different Salesforce Organizations or the same Organization.

 

If its the same ORG - you can use triggers to update data from one Object record to another Object :http://www.salesforce.com/us/developer/docs/apexcode/Content/apex_triggers.htm

 

If it is a different ORG - please go through the following guide which explains step by step usage of WSDL:

http://www.salesforce.com/us/developer/docs/api/Content/sforce_api_quickstart_steps.htm

 

Hope this helps!