How do we filter out Jobs from a CustomerQuery with IPP .NET (QuickBooks Online)?
See this thread for reference (it seems unresolved?):
https://idnforums.intuit.com/messageview.aspx?catid=87&threadid=16282
Below are the relevant lines that should exlude Jobs, but it isn’t working…
Dim cq As New Qbo.CustomerQuery
cq.IncludeJobs = False
customers = cq.ExecuteQuery(Of Qbo.Customer)(context).ToList()
Thanks,
Kyle
This is a bug in the DevKit. It does not pass the IncludeJobs filter in the request body.
It will be fixed in the next release, but here is a workaround using DevDefined.