I'm sure this is going to be a long shot, but I need help with a query involving QuickBooks Items.
I need to query for all QuickBooks Items that are linked to an Income account. Is there an easy way to do this, or do I need to make 2 queries (one for items ans one for accounts) and then check the account reference?
albeit not much, I have this:
IItemQuery query = MsgSetRequest.AppendItemQueryRq();
any ideas would be appreciated. Thanks.