IPP .NET(QuickBooks Online)を使用してCustomerQueryからジョブを除外するにはどうすればよいですか?
参考のためにこのスレッドを参照してください(未解決のようですか?): https ://idnforums.intuit.com/messageview.aspx?catid = 87&threadid = 16282
以下は、ジョブを除外する必要がある関連行ですが、機能していません...
Dim cq As New Qbo.CustomerQuery
cq.IncludeJobs = False
customers = cq.ExecuteQuery(Of Qbo.Customer)(context).ToList()
ありがとう、カイル