Issue
When I view a ticket in Zendesk, the Salesforce app shows this error: Configuration incomplete. Something went wrong.
Resolution
This error can appear due to an invalid field mapping.
To review your field mapping
- Right-click your page to open the dev tools in your browser.
- Click Inspect.
- In browser's dev tools, click Network.
- Refresh the page or apps panel and look for a 400 error with
crm_data?ticketID
on the left.
- Click
crm_data?ticketID
to open the request. - Under the Response tab on the right, look for the name of the field in your app that causes the error. In the example below, the field name is Account Manager.
- Make sure the field still exists in Salesforce and that the user who connected the Salesforce integration can access it.
- If the field doesn't exist in Salesforce, remove it from your app settings in Zendesk or recreate it in Salesforce.
- If the field exists but isn't accessible to the integration user, set permissions in Salesforce to allow access again.
Note: You may need to repeat this process, as this method will only show one failing field at a time. It may be fastest to remove the object altogether and recreate its configuration. In this case, you'll have to add all necessary fields again.
0 comments
Sign in to leave a comment.