Project:Salesforce Webform Data Integration
Version:6.x-1.x-dev
Component:Code
Category:feature request
Priority:normal
Assigned:mlncn
Status:closed (duplicate)

Issue Summary

Salesforce's API does report somewhat useful error messages, and we should pass these on to users of Salesforce-enabled webforms.

For debugging I just did a set message, but I guess (since information is at least captured by webform anyway) the end user can be left in the dark and error messages written to the log.

Comments

#1

Status:active» closed (duplicate)

While not truly a duplicate, the updates in #538468: Custom Objects include proper debug error reporting from the salesforce API. I didn't separate out the patch for the error reporting, but details & the patch can be found over there. I used drupal_set_message to list the error when it occurs.