I need to filter the Invoice Lines so that it only reads the lines where the Invoice Header exists. For instance:
where InvoiceId in (Select InvoiceId from PostedSalesInvoices)
Is it possible to encode it with XML?
Thanks a lot
I need to filter the Invoice Lines so that it only reads the lines where the Invoice Header exists. For instance:
where InvoiceId in (Select InvoiceId from PostedSalesInvoices)
Is it possible to encode it with XML?
Thanks a lot