跳至内容
菜单
此问题已终结
1 回复
1735 查看

Dear all,

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

Thank you very much for your respond.


kind regards

形象
丢弃
最佳答案

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.

形象
丢弃
编写者

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