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
testsourcesoft yadavtestsourcesoft yadav 

Salesforce Data Level Accessibility Issues

Hi Team,

We are stuck with our Mobile App which require Salesforce Login : 
Scenario goes with Existing Sales Force User where we need to access their data through REST API when they Login on our APP.




 

SFDC Coder 1SFDC Coder 1
Hi,

I guess my understanding about the requirement is correct and as per understanding the below link might help you.
https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_classes_keywords_sharing.htm

Let know if it helps and mark this answer as Best Answer.
 
testsourcesoft yadavtestsourcesoft yadav
Hi Team,

This method did not help us in the scenario we mentioned above as we need to access data of Existing Salesforce User through REST API when they login in our app.

Is there any alternative method to do this?