You need to sign in to do that
Don't have an account?

Soap Error INVALID_FIELD: No such column
Hello,
I am trying to Integrate Salesforce into Drupal using a plugin called "Salesforce Webform" (Found Here).
Whenever trying to submit the form I get the following error
"INVALID_FIELD: No such column '' on entity 'Lead'. If you are attempting to use a custom field, be sure to append the '__c' after the custom field name. Please reference your WSDL or the describe call for the appropriate names."
Now I have downloaded the correct Wsdl file from salesforce.com but I am at a loss as to what the above error means. I have searched Google and Salesforce and have yet to come up with a fix.
Well at the moment using the above plugin for Drupal we are sending the following fields -
Last Name
And
Company Name
Those are the only required fields and it still isn't working.
Yes, we are trying to create a web-to-lead form with Drupal so we can enable CAPTCHA. We are trying to figure out why the error message "INVALID_FIELD: No such column '' on entity 'Lead'. If you are attempting to use a custom field, be sure to append the '__c' after the custom field name. Please reference your WSDL or the describe call for the appropriate names." is this coming from Salesforce or Drupal? What is the "column" refererring to? thank you for your help in advance.