Common Salesforce Errors
Last updated
Last updated
This page list all common Salesforce integration errors, what they are and how to fix them. You can find all sync errors in the Connector Logs page.
Usually happens because the field GoodFit is trying to sync to is set to Text type and the permitted length is shorter than field we're trying to sync. In order to fix this issue we typically recommend changing the field type to Text Area (Long).
Step By Step:
Go to Setup -> Object Manager -> Account or Contact.
Click on the field with issue and click Edit -> Edit Field Type
Choose "Text Area (Long)" from option list.
Set Length to 131072 (so you'll definitely won't have this issue again) and visible lines to 2 (default).
Click Save.
Usually happens because the field GoodFit is mapping to doesn't allow for new picklist value creation. This is because when the field has been created "Restrict picklist to values defined in the value set" option was ticked.
Step By Step:
Go to Setup -> Object Manager -> Account or Contact.
Click on the field with issue and click Edit.
Uncheck "Restrict picklist to values defined in the value set" option.
Click Save.
This error indicates that there's a GoodFit property that is mapped to a Picklist or a Multipicklist field type but it has too many potential values (more than 1000). In order to fix this error the field type should be changed to Text Area (Long).
Unfortunately, Salesforce doesn't return the name of the field name that throws this error. If you encounter it in your Connector Logs please give us a shout at cs@goodfit.io and our team will help you identify problematic field.
To change it follow the same steps as for Text Too Long issue:
Step By Step:
Go to Setup -> Object Manager -> Account or Contact.
Click on the field with issue and click Edit -> Edit Field Type
Choose "Text Area (Long)" from option list.
Set Length to 131072 (so you'll definitely won't have this issue again) and visible lines to 2 (default).
Click Save.
This error occurs if the allowed length of the numeric field has been set to too small value - i.e. Length is set to 2 but the value is 100 (three-digit). To fix this issue we recommend changing the Length to 16 (and Decimal Place to 2 if the field typically has decimal numbers as well i.e. Percentage).
Step By Step:
Go to Setup -> Object Manager -> Account or Contact.
Click on the field with issue and click Edit
Change Length to 16 (and optionally Decimal Place to 2)
Click Save.