• Ben Perkins
  • NEWBIE
  • 0 Points
  • Member since 2016

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 0
    Replies
I keep getting the below error message when I try to create a new lead

Please help?

Error: Invalid Data. 
Review all error messages below to correct your data.
Apex trigger MergeLeadOnCreatingWebtoLead caused an unexpected exception, contact your administrator: MergeLeadOnCreatingWebtoLead: execution of AfterInsert caused by: System.QueryException: No such column 'Address' 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.: Trigger.MergeLeadOnCreatingWebtoLead: line 45, column 1
I keep getting this error message when I try to create a lead.
Please help?

Error: Invalid Data. 
Review all error messages below to correct your data.
Apex trigger MergeLeadOnCreatingWebtoLead caused an unexpected exception, contact your administrator: MergeLeadOnCreatingWebtoLead: execution of AfterInsert caused by: System.QueryException: No such column 'Address' 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.: Trigger.MergeLeadOnCreatingWebtoLead: line 45, column 1