I need to get a list of all invoices on a debtor - in a specific date interval.
When i use Invoice_FindByDateInterval i can only specify to and from date and get all invoices for all debtors. Then i filter the list.
But this is very slow to do. Is there a better way to retrieve the invoices for a specific debtor in a date interval that is faster?