Skip to Content
Menu
This question has been flagged
1 Reply
1469 Views

Dear all,

is't safe to delete SO from postgres directly ?.

Thank you very much for your respond.


kind regards

Avatar
Discard
Best Answer

It is only safe if the Sales Order is in "Draft/Sent" state. If it is already confirmed, then there would be Deliver Order/Invoice related to the Sales Order and if you delete the Order from the postgres/query, the related documents (Delivery Order/Invoice) will not be deleted.

It is advisable to cancel such Orders first and then delete them.

Avatar
Discard
Author

hello sudhir , Thank for your answer. Invoice has been canceled and delivery order has been returned also.