I need to get all supplier invoices which have not been booked yet. It is my understanding that I can use the method GetAll available in the interface called ICurrentSupplierInvoice (like I am doing below).
ICurrentSupplierInvoice[] invoices = _session.CurrentSupplierInvoice.GetAll();
However, it returns with no records found. Can anyone help me out of why that is?
Kind regards,
Michael
ICurrentSupplierInvoice[] invoices = _session.CurrentSupplierInvoice.GetAll();
However, it returns with no records found. Can anyone help me out of why that is?
Kind regards,
Michael
Statistics: Posted by MichaelPetri — Thu Feb 07, 2013 11:21 am — Replies 1 — Views 1