You need to sign in to do that
Don't have an account?

Best Practice for Accessing Large volumes of Data from External Systems
Hi,
How can i access large volumes of data without the need to batch upload this info to Salesforce?
For example i want to look up a Marketing Code for an Item we sell and so rather uploadng 1million+ item records with there marketing code in SF.com i would like to search an external source and retrieve the info. Is this only possible through Web services etc?
How can i access large volumes of data without the need to batch upload this info to Salesforce?
For example i want to look up a Marketing Code for an Item we sell and so rather uploadng 1million+ item records with there marketing code in SF.com i would like to search an external source and retrieve the info. Is this only possible through Web services etc?
I have two ideas / comments for you.
If your system doesn't support the oData protocol, there are also 3rd party middleware solutions that will transform your data into oData. At least some are working on it (not sure if anything has been released yet).
That being said, another option is a hosted middleware solution. So you could use a middleware to transform your external system data into the marketing info you need, and the necessary data into Salesforce (like updating the Marketing Code fields for instance).
A third solution is running a webservice where you can grab the marketing data you need.
There are more, but I would look into these solutions first.