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
Pavan Kumar.ax1724Pavan Kumar.ax1724 

Import data through external webservices

Hi,

 

How to Import data through external webservices into Salesforce.

 

Any help would be cordially appreciated.

 

Regards,

Pavan.G

hitesh90hitesh90

Hi Pavan,

 

First You have to Parse the response which you have got from webservice (Through Http callout).

and then made instance of an object. and map values in that and onsert that object. this is the process for

import data through external webservices

 

Important :
Hit Kudos if this provides you with useful information and if this is what you where looking for then please mark it as a solution for other benefits.

Thank You,
Hitesh Patel
SFDC Certified Developer & Administrator & Advanced Administrator & Sales cloud consultant
My Blog:- http://mrjavascript.blogspot.in/

KodiKodi
Hi,
If u want to import data through external webservices into salesforce means using webservice call out REST or SOAP.
REST - HttpPost method using import
Try this webservice method