Announcements
Hi,
I would like to know how to Disable Delete Action for Pending Approval and Released Documents in Finance. Is it possible to do that in Nav?
Please let me know how to do that?
If you want to control that based on the status, then you need to add customization in the OnDelete Trigger to check the status and throw an error.
Adding this in OnDeleteRecord will check the status should be Open to delete the document.
TESTFIELD(Status,Status::Open)
Hi Achmad,
Go to that page, and set the DeleteAllowed = No
Hope it will solve your problem.
André Arnaud de Cal... 291,359 Super User 2024 Season 2
Martin Dráb 230,370 Most Valuable Professional
nmaenpaa 101,156