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?
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.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 290,554 Super User 2024 Season 2
Martin Dráb 228,588 Most Valuable Professional
nmaenpaa 101,148