Hii,
I have an AOT query that shows Sales Id, Delivery Date, Invoice Date.
If SO has one Packing Slip and Invoice, then report shows correct Sales Id, Delivery Date and Invoice Date.
If SO have partial deliveries and Invoices, in this case this report don't show Delivery Dates and Invoice Dates respectively.
I am trying to show on this report all Sales Orders either, Open, Delivered, Invoiced. Its a header level report.
My AOT Query have joins with SalesTable, CustPackingSlipJour and CustInvoiceJour tables.
I created a display method on SalesTable to get Delivery Date from CustPackingSlipJour but it also returns the first date in case of Partial Deliveries.
Thanks for the help.