Skip to main content
Gerrie van Wyk 님이 #Salesforce Developer에 질문했습니다
HI. 

I am new to Salesforce. I deployed a Connected App with Full Access scope. I was able to connect from my app via the Connected App and query data on my developer instance of Salesforce. I could also create a user profile and assign that user profile to the app through which I connect. Firstly, if I connect through the connected app with the custom user profile I created, can my app only query the data which that user profile has access to?

Then, I'm trying to also connect through my Connected App of a trail version of Salesforce, since I'll have to explain to my client what the minimum requirement settings is. Although the user from the trail instance can authenticate in my app, I cannot query any data altough my I think the user profile settings is correct. I'm using sosl and soql queries. 

https://drive.google.com/open?id=0B5T3egRXcOOtVGVZUWFkelhab1k

And the app settings:

Minimum user profile to connect to Connected App

What minimum settings do I need for the user profile assigned to the connected app to be able to query contact information through sosl and soql in my app? And do I need 'Full Access' scope or only 'access to data via the web'?

 
답변 1개
  1. 2017년 2월 8일 오전 10:45
    Your profile needs to added to the connected App using "Manage Profiles" option in your connected app.

    Also, your profile needs "View All" access on Conact object. Please make sure all the required fields are accessible to this profile.
0/9000