コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
1763 ビュー

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.