If I have modify permission to a table does that allow me to delete from it?
*This post is locked for comments
If I have modify permission to a table does that allow me to delete from it?
*This post is locked for comments
Hi,
Hope you able to resolve the issue you have mentioned. If so kindly verify the answers.
No, you have all four permission separately to define read, insert, modify, delete but you can make it indirect permission if you don't want to allow direct but want to allow from certain processes.
Hello mdycoop,
You can't delete.
IF you want to delete then you have to give permission, See the bellow screenshot.
And one more thing if in Table OnDelete trigger has any code that code also fired. so that code whatever the respective objects there, that you have also need permission.
As other members mentioned, it would be not enough to have modification rights for deletion. You can also setup a page for editing the table data - pages are objects for viewing and editing data in the RoleTailored client.
Hi mdycoop
The Answer is "NO" as others already answered it. if you check in the NAV Permission you can see 4 option
1. Read
2. Insert
3. Modify
4. Delete
under each of this 4 option if you have value to Yes then you have full table permission do any thing for the records for your understanding please refer the attached image.
Thanks
Indika
Hi,
No it doesn't allow you to delete.
In simple words, create, modify, and delete are handled in different triggers in NAV.
When you are creating, OnInsert() trigger fires, and OnModify() and OnDelete() respectively. You delete create/modify/delete command ends in these triggers.
If the security filter doesnt allow you to delete, then you cannot.
Hope it helps.
There are Four type of Permission:
C= Create/Insert
R= Read/View
U= Update/Modify
D = Delete/Erase
...
So if you provide Permission U (for modify) it will not allow you to carry operation permitted by Permission D...
Hope it answers...
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... 291,269 Super User 2024 Season 2
Martin Dráb 230,198 Most Valuable Professional
nmaenpaa 101,156