Hi guys,
When i look the lines of a "Posted Sales invoices" i can click on the "Item Shipment Lines" and then i see the "Posted Shipment" related to this "Posted Invoice.
If the lines type are "Resouces" i can't see it...
Do we have a way to link a "Resource Line" to a "Posted Shipment" ?
0
Comments
On the Sales Invoice Line Shipment No. and Shipment Line No. is filled which links to the sales shipment line.
Tino Ruijs
Microsoft Dynamics NAV specialist
Looking into it further, in the Posted Sales Invoice Subform there is code as follows:
IF NOT (Type IN [Type::Item,Type::"Charge (Item)"]) THEN
TESTFIELD(Type);
Rec.ShowItemShipmentLines;
I imagine you can figure it out from there.