With direct access to the Simplicate API I can use a filter on invoice line date created:
However, the Invantive SQL-driver does not forward a filter like this:
select *
from InvoiceLinesInvoices@spe
where invoice_date = to_date('20250428', 'YYYYMMDD')
For incremental processing it would be great when this filter would be forwarded too. Is that possible?