Hi,
After a migration Nav 2013 -> Nav 2017 CU6, we have a strange issue with limited user
We have an error "You do not have the following permissions on TableData Table50013 : Insert"
It's ok for a full user (and for a limited user on Nav 2013 ...).
So i log in a file all write insert/update/delete/rename (thanks to OnAfterGetDatabaseTableTriggerSetup ...)
During a session, i had these event (type of event / table) :
U : 50112
U : 50114
D : 50113
U : 50112
I : 50113
I : 50113
I : 50113
I : 50113
As you can see, i write only on tables 50112, 50113 and 50014 (so no more than 3)
And i can insert in table 50113.
So why do i have this error ?