function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
pbhojakpbhojak 

Developing API to push data to Salesforce Cloud based CRM

Hello

 

We are amidst development of an internal Enterprise iPad App for our client, which is a Salesforce Cloud based CRM user. They want to gather certain data related to a customer and send those summary fields onto the Salesforce CRM as an opportunity. Let me know where i can get information of pushing the data onto the Salesforce CRM from a third party App.

 

Best.

Prasad

chinnuchinnu

You can push data onto salesforce in many ways.

But as you want it from portable devices, best way is to expose rest calls from salesforce side and call them.

But this approach requires changes on the salesforce side more rather than on the iPad