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
imishraimishra 

Update record from external system

Hi,
I have my account field details coming from an external system.
I have setup a connection with the external system using their webservices.
Now i have to write a class, get the account details and update it in sfdc account record.

I am new to integration. Please help me out to write the class. If someone can provide me a sample class, that will be very helpful.

Thanks in advance.

Ramu_SFDCRamu_SFDC
Review the below documentation from salesforce on API Calls basics

https://www.salesforce.com/us/developer/docs/api/Content/calls.htm

Below is another documentation with an example

http://wiki.developerforce.com/page/Integrating_Force.com_with_Microsoft_.NET
imishraimishra
Thanks for the reply.
I have parsed my response in salesforce. I am not clear what should i do next.
I need to write a class to update the record but i am not sure how to start with the class.