Hi all, I am trying to create a report in NAV 2013 for our shipments which shows the items and then the lot numbers that were shipped. I've created the report but I cannot figure out how to add a second table on the report to show the lot numbers. Does anyone have documentation or examples of this?
0
Answers
This is completely unhelpful?
Ok, can you point me to a standard report that has something like this so I can look at it? I have looked at tons of them and cannot find one that has document lines + lot no's on it.
in this table You can filter this shipment line using "Source ID", "Source Type", "Source ....."
This table have a Field "Item Entry No." (Entry No from Item Ledger)
so
For each sales shipment line I collect related item ledger entries (temp record in my report) and after each shipment line add repeater to show lots,serials,expirationdate .... what ever You need from related item ledger entries.
Sales Shipment Header
- Sales Shipment Lines
-- Item Ledger Entries (temp record)
P.S. simplest way there can be like navigation... so separated section after all shipment lines, that show all Item Ledger entries for this document ;o)
Sales Shipment Header
- Sales Shipment Lines
- Item Ledger Entris