Hi Navision-Specialists,
I've written a Interface to a Parcel-System. I want to run it when the System created a Shipment-Report to transfer the data to the Shipping-System.
I've searched a good place at Codeunit 80, but for me (one month in navision) it's a bit confusing
:roll:
How must I write down my code to run it every time the System creates an Shipment-Report?
Thank you!
Regards
Andy
Comments
Another possibility is the OnInsert-Trigger of the table Sales Shipment Header.
Andy
If you want to put your code in the OnInsert-Trigger of the table Sales Shipment Line, you have also to change in C80 in the trigger OnRun the part SalesShptLine.INSERT into SalesShptLine.INSERT(TRUE).
Thank you in advance
Andy