Updates to Salesforce Import Service Inside the App Builder

Inside the Appery.io App Builder there is an option to connect to Salesforce and generate REST APIs. This option will no longer be available after October 2, 2016. Any apps that generated services before October 2, 2016 will not be impacted and will continue to work.

226

Salesforce service.

The old approach is invoking Salesforce APIs from the client, not very secure and uses the platform old Proxy which no longer recommend to use.

The new way to connect to Salesforce and invoke any Salesforce APIs is to use a server-side approach using the Server Code or API Express. Read about the benefits and security of this approach.

We will also be providing a sample app how to connect to Salesforce using OAuth 2 and invoke Salesforce APIs.

This only impacts development time, any app can still connect and invoke any Salesforce API (runtime).