Closed leech-coder closed 5 years ago
The same thing happens with ItemNonInventoryAdd; the Web Connector syncs the InvoiceAdd before the ItemNonInventoryAdd.
3140: There is an invalid reference to QuickBooks Item in the Invoice line. The specified record does not exist in the list.
This seems to be random. Some Invoice appear successfully on QuickBooks Desktop.
To me it looks like the priority
on each of those is 0
, correct?
Which means the order that things process in is essentially random.
Did you set priorities for each of those queued items?
To me it looks like the
priority
on each of those is0
, correct?
Thanks for pointing that out. I was solely relying on the quickbooks_queue_id
.
The queuing order of our data to QuickBooks is:
For some reason, the Web Connector syncs the Invoice before the Customer which returns the invalid reference error.
The leftmost column is the
quickbooks_queue_id
.