"You do not have permission to make changes in Salesforce. Please contact your manager to make these changes on your behalf, or ask your Salesforce admin to adjust your Salesforce permissions" Error

Created by David Sullivan, Modified on Mon, 9 Feb at 11:00 PM by Alsabana Sahubarali

Symptom

When you try to sync updates from Outreach to Salesforce you see the error "You do not have permission to make changes in Salesforce. Please contact your manager to make these changes on your behalf, or ask your Salesforce admin to adjust your Salesforce permissions" in the Outreach user interface, activity feed or CRM error export.

Applies To

  • Salesforce

  • CRM integration

  • Permissions

Resolution

Here are some elements that you should check in SFDC if you see this error:

  1. You should ensure the plugin authentication/connecting user has the necessary field level security permissions
  2. Do you use record types? If so make sure that the the plugin authentication user has access to all required record types.
  3. Are there any look-up or master detail fields on the object in question? If these types of fields are being updated then make sure that the plugin authorization user has access this object / records.
  4. Do you use Apex? If so you may have a trigger that fires on the the update of a record, you will need to make sure that the plugin authentication user has profile access to the relevant Apex classes. Alternatively set the trigger to fire with a delay or after the record update has been saved.
  5. If you have any workflow rules or assignment rules that send an email when the record is saved then you will need to make sure that the plugin authentication user has the send email permission and has access to the email folder that contains the mails that are sent rules are triggered.
  6. Do you restrict record or field updates to the user who owns the record? If so please allow the plugin authentication/connecting user to make updates to records they do not own or remove the restriction.

Cause

"You do not have permission to make changes in Salesforce. Please contact your manager to make these changes on your behalf, or ask your Salesforce admin to adjust your Salesforce permissions" indicates the user (plugin authentication/connecting user) making the update does not have access to a related element that is required for the record to be updated and saved in Salesforce.

There are a number of specific examples of what might be the cause but these will vary from organization to organization depending on the configuration of your Salesforce instance.


Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article