Hi,
How is it possible to add lot number and expiry date for each line on sales invoices etc. (template and direct working document), without having to manually update the extended text?
BR
Jakob
Hi,
How is it possible to add lot number and expiry date for each line on sales invoices etc. (template and direct working document), without having to manually update the extended text?
BR
Jakob
Hi Armit, thanks.
I am assuming this needs to be done in VSC? do I need to edit this in the RDCL layout or where do I need to apply above?
Item tracking has been assigned (only LOT, no serialization needed for our setup at least). Will above result in new itemdata when you modify in word?
Thanks
BR
Jakob
Hi,
Pls do the following steps
First Assign Item Tracking.
Write code on SalesLine Dataitem OnAfterrecord
Reservation.reset
Reservation.setrange("Source ID","Document No.");
Reservation.setrange((Source Reference Line No.,"Line No.");
if Reservation.findset then begin
repeat
LOTNO := Reservation."Lot No.";
ExpirayDate := Reservation."Expiry Date"
until Reservation.next =0;
end;
This helpful
Regards
Amit Sharma
www.erpconsultors.com
Hi Amit, thanks for your reply.
Did not manage to resolve challenge based on above, do I need to configure the report and add lot and expiry to the XML mapping for modifying report template in word or is there a more simple way?
BR
Jakob
Hi,
Yes, system allow to print Lot and Expiry Sales Line wise in Report. If you want to know the above information then go to the Item Tracking button and see the information.
Regards
Amit Sharma
https://linkedin.com/in/amit-sharma-94542440
Press Yes If Info is useful.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 290,564 Super User 2024 Season 2
Martin Dráb 228,651 Most Valuable Professional
nmaenpaa 101,148