EventDay / Infusionsoft.net

A C# Wrapper around the Infusionsoft.com API
15 stars 22 forks source link

InfusionSoftException when using FindByEmail and IncludeAll #55

Closed samah-abu closed 7 years ago

samah-abu commented 7 years ago

when I try to find a contact by email and use p=>p.IncludeAll i get an exception

"Server returned a fault exception: [0] Failed to invoke method findByEmail in class com.infusionsoft.api.xmlrpc.XmlRpcContactService: Unknown column 'Contact.AccountId' in 'field list'"

Also when use p.IncludeCustomField() with a custom field whose name has space in it, it doesn't work.