Skip to main content
Platform administrators can diagnose and assist with Salesforce integration issues.

Common Issues

Authentication & Connection

Symptoms:
  • Integration shows “disconnected”
  • 401 Unauthorized errors in sync logs
Resolution:
  1. Check OAuth token expiry
  2. Verify Connected App settings in Salesforce
  3. Confirm callback URL is correctly configured
  4. Re-authorize if refresh token has expired
Symptoms:
  • Partial sync failures
  • “INSUFFICIENT_ACCESS” errors
Resolution:
  1. Review Salesforce user’s profile permissions
  2. Verify object-level and field-level security
  3. Check sharing rules for relevant records

Data Sync Issues

Common causes:
  • Duplicate rules blocking insert
  • Required fields not mapped
  • Validation rules failing
Troubleshooting:
  1. Check Salesforce duplicate management settings
  2. Review field mapping configuration
  3. Check Salesforce validation rules on Contact object
  4. Review sync error logs for specific field errors
Common causes:
  • Picklist value not in Salesforce
  • Data type mismatch
  • Field no longer exists
Troubleshooting:
  1. Compare field mapping with current Salesforce schema
  2. Verify picklist values exist in Salesforce
  3. Check for recent Salesforce schema changes
Common causes:
  • Record modified in both systems
  • Sync timing causing overwrites
  • Missing conflict resolution rules
Troubleshooting:
  1. Review sync timestamps for both systems
  2. Check conflict resolution configuration
  3. Identify which system should be source of truth

Activity Tracking Issues

Common causes:
  • Task/Event creation disabled
  • Activity history limits reached
  • Activity type not configured
Troubleshooting:
  1. Verify activity sync is enabled in settings
  2. Check Salesforce activity history retention
  3. Review activity type mapping

Diagnostic Endpoints

Connection Status

Response:

View Sync Errors

Response:

Retry Failed Records

Test Field Mapping

Escalation

For complex Salesforce issues:
  1. Collect organization ID, Salesforce org ID, error details
  2. Review Salesforce debug logs if available
  3. Check Salesforce Trust status for service issues
  4. Escalate to development team with full diagnostic output