I'm very new to Salesforce so please bear with me. I'm getting the following error when trying to validate my inbound changeset:
Failure Message: "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.", Failure Stack Trace: "(Zendesk)"
My code passes has adequate test coverage on a sandbox environment but this message just baffles me.
Address field is a standard field for the Lead Entity and non of my code refers to the Address field.
Really at a loss on this one, any help greatly appreciated..