New to C#, the api, and all that, so forgive me if this is an error on my end, but I'm trying to learn this SDK as part of integration I'm doing.
var ents = client.DataService.Query<RecurringOrderWithContact>("Id");
Is throwing
{"Server returned a fault exception: [10] [NoFieldFound]No field found: RecurringOrderWithContact.HTMLSignature"}
I checked out the source against the table in the schema and the field doesn't exist, so I'm not sure if this was removed from the table and not updated here or not. Since the SDK is officially referenced by Infusionsoft, I would expect that all usages of the query would start being a problem, so I'm thinking it's something on my end. However, Infusion is currently being buggy with login and I cannot get onto the dev forums to post the issue.
New to C#, the api, and all that, so forgive me if this is an error on my end, but I'm trying to learn this SDK as part of integration I'm doing.
var ents = client.DataService.Query<RecurringOrderWithContact>("Id");
Is throwing
{"Server returned a fault exception: [10] [NoFieldFound]No field found: RecurringOrderWithContact.HTMLSignature"}
I checked out the source against the table in the schema and the field doesn't exist, so I'm not sure if this was removed from the table and not updated here or not. Since the SDK is officially referenced by Infusionsoft, I would expect that all usages of the query would start being a problem, so I'm thinking it's something on my end. However, Infusion is currently being buggy with login and I cannot get onto the dev forums to post the issue.