You need to sign in to do that
Don't have an account?
Lee Thomas 16
Minimum oauth access to allow CRUD on custom object
I created a simple app to update a field on a custom obj from a google Apps script. It currently works fine with full access but I would like to tighten it up.
What is the minimum Oauth scope I can use to acomplish this using the availble scopes at Manage Connected Apps --> API(enable Oauth Settings) --> Selected Oauth scopes ?
What is the minimum Oauth scope I can use to acomplish this using the availble scopes at Manage Connected Apps --> API(enable Oauth Settings) --> Selected Oauth scopes ?
All Answers
As per my understanding, you would need full access when you are using connected app when you are using connected app. I dont think it will work as expected if you try to give minimal permissions on custom object.
https://help.salesforce.com/s/articleView?id=sf.connected_app_manage.htm&type=5
Please mark as Best Answer if above information was helpful.
Thanks,