You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 10, 2020. It is now read-only.
For Each arInvoice As Invoice In notArInvoices.Except(ListOfExistingInvoices_Typed)
Console.WriteLine("Invoice {0} is at status {1}", arInvoice.InvoiceID, arInvoice.InvoiceNumber)
Next
I get the following error:
The method 'Except' can't currently be used in a XeroApi WHERE querystring.