开发者

Visualforce and VPN

开发者 https://www.devze.com 2022-12-25 02:06 出处:网络
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 t

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?


The simplest solution that occurs to me would be to expose the data via a web service and then write an Apex webservice 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.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号