
Hi,
We created custom field in warehouse shipment document, posted sales shipment and Posted sales invoice at Header
We want to transfer data from warehouse document to Posted sales shipment and posted sales invoice.
Event: Post-- Ship and Invoice separately
Regards
C Rao
Hi,
Below are the steps to move the fields value directly without any code
1. Sales Header > Sales shipment Header
2. Sales Header > Sales Invoice Header
Below are the steps to move the fields value directly with code
1. WarehouseShipment Header > Sales Shipment Header
Codeunit 5173 - Call this event - OnInitSourceDocumentHeaderOnBeforeSalesHeaderModify
Thanks.