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
Kalyana Kumar V 7Kalyana Kumar V 7 

What are the various ways to connect to SalesForce and fetch data other than connected app mechanism?

Hi,

I have a mobile application doing some analytics and showing the metrics with enterpise apps. Now I have a requirement to include SalesForce data as well. I don't want to use Connected App mechanism as it limits the usage only some particular account. My app is quite generic and given the SF credentials (login & passowrd) it should work!

Thanks in advance & Regards,
Kalyan.
 
Ashish KeshariAshish Keshari
Hi Kalyan,
Since it a mobile app - you should build REST API in Salesforce and return data using JSON and access it from your mobile.