• AllieP3
  • NEWBIE
  • 0 Points
  • Member since 2013

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 2
    Replies

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.

Howdy everyone,

 

Well, I'm a bit stumped. I'm trying to test a web-to-lead form where I preset the record type:

 

 

<input type="hidden" id="recordType" name="recordType" value="012Q00000008ULW">

 

I have the "keep the existing record type" option set under Lead Settings and it is still not working. 

 

Everything else is populating correctly on the lead record in SFDC. 

 

Thoughts?

 

Thanks,