Back

Explore Courses Blog Tutorials Interview Questions
0 votes
3 views
in Salesforce by (11.9k points)

I'm looking to integrate my Salesforce implementation with an external database. I know that in most circumstances I would use Visualforce with an Apex controller/extension to access the data, however the external database will require a VPN connection. Since Visualforce and any controllers or extensions are processed server-side, is there any way to do this through a VPN?

1 Answer

0 votes
by (32.1k points)
edited by

The easiest solution according to me would be to display the data via a web service and then write an Apex web service class to call the data. I've done this several times when data was behind a firewall.

For more complex integrations, where you actually wanted to store the external data in Salesforce with more complex logic it could be useful to use an integration tool like Jitterbit or Cast Iron to do this for you.

Enroll in our Salesforce training to become an expert in Salesforce!

Browse Categories

...