- Joined
- Jan 17, 2023
- Messages
- 6
- Reaction score
- 1
im testing intergration and getting this
Server returned a non successful status code - HTTPStatusCode=BadRequest - Reason=Bad Request - Content=[{"message":"\nRETURNING Lead(Id,FirstName,LastName,Fax,MobilePhone,Phone,Email,Company)\n ^\nERROR at Row:1:Column:68\nNo such column 'Fax' 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.","errorCode":"INVALID_FIELD"}]
thou in salesforce i do have this field?
but im thinking the easiest way to fix this is to remove the fax field from the lookup
i.e in the template:
<Request SkipIf="[IIf([FoundRecordCount]>0,True,False)]" Url="/services/data/v52.0/search/?q=FIND...this file is saved on the server? any ideas?
Server returned a non successful status code - HTTPStatusCode=BadRequest - Reason=Bad Request - Content=[{"message":"\nRETURNING Lead(Id,FirstName,LastName,Fax,MobilePhone,Phone,Email,Company)\n ^\nERROR at Row:1:Column:68\nNo such column 'Fax' 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.","errorCode":"INVALID_FIELD"}]
thou in salesforce i do have this field?
Lead Field
Fax
| Field Label | Fax | Field Name | Fax |
| Data Type | Fax | ||
| Help Text | |||
| Description | |||
| Data Owner | |||
| Field Usage | |||
| Data Sensitivity Level | |||
| Compliance Categorization |
but im thinking the easiest way to fix this is to remove the fax field from the lookup
i.e in the template:
<Request SkipIf="[IIf([FoundRecordCount]>0,True,False)]" Url="/services/data/v52.0/search/?q=FIND...this file is saved on the server? any ideas?