I am currently trying to develop an extension to copy the shipment address from sales order to purchase order after the purchase order has been created and the items have been shipped.
Problem statement that i am trying to solve is as follows:- Currently the client is using the Drop Shipment Functionality to ship items. In Drop shipment orders, currently, if the supplier ships the order to the wrong address, the entire PO needs to be deleted and a new one created to make a correction. This becomes a lengthy process.
Therefore , I am developing an extension which will let the users enter the correct address in sales order which will then be migrated to Purchase Order.
1. Do i also need to copy the same changed address to shipment document or any other table?. As Once the shipment address is changed the supplier should also be aware of the correct address where he needs to ship items.
2. Will developing this logic affect any other tables or any other standard processes?