Anybody with an idea why below is not working. a control that prevents users from deleting purchase orders
It’s this a pre-processing directive on PO.Update? If so, instead of enabling the post directive, I would raise an error. That will stop the base processing that deletes the PO.
This will not restrict you from deleting lines or releases. If you want to do that, you’ll have to add more to the condition statement.
2 Likes