I want to integrate the Salesforce implementation with an external database. I know that in most cases I would use Visualforce with an Apex controller / extension to access the data, however an external database will require a VPN connection. Since Visualforce and any controllers or extensions are handled on the server side, is there a way to do this through a VPN?
The simplest solution that arises for me is to expose the data through the web service and then write the Apex web service class to call the data. I did this several times when the data was behind a firewall.
, Salesforce , , Jitterbit Cast Iron, .
Source: https://habr.com/ru/post/1739373/More articles:Как добавить дополнительный маршрут? - c#Why are views loaded from nibs placed 20 pixels down from the status bar? - iphoneAvoid loading unnecessary data from db into objects (web pages) - oop.NET: What is the purpose of the ProhibitDtd property in XmlReaderSettings? Why is DTD a security issue? - .netHow to name 2 methods with the same signatures - c #GMP Vs java BIG INTEGERS ,, - gmpTextmate code completion question - ideXSLT nowrap and XHTML 1.0 Strict - xsltMaven jaxb2: xjc / jaxws: wsimport being added to eclipse? - eclipseHow to set variables in a basic template in django? - djangoAll Articles