Hi All,
I have encountered weird behavior when updating Item Card's base unit of measure.
I am using nav 2017. I have configured a Limited User.
The user can created a new Item, but the problem is when i fill field base unit of measure, the user get an error of "“You do not have the following permissions on TableData Item:Modify".
This error is not showed when i modify other field, such as description.
Does anyone have the same problem? How do you resolve this ?
Thanks in advance.
0
Answers
isn't limited user have permission to write up to 3 tables? based on this article https://msdn.microsoft.com/en-us/library/jj551750(v=nav.90).aspx
So it should be ok right?
Please be aware that AFAIK the 'limited user' license is not only limiting the number of tables, but also the types of tasks that are allowed.
When i test , i directly go to the item list then find my item, then edit the Base Unit Of Measure, so my rough estimation i only hit two tables. I have check the code, no custom table is triggered when Item Card is modified.
But i still get the permission error.
What is the problem?
Alternatively there might be something else that writes in tables for the user when entering the application. I think it might be the first issue, as your user can add the record into the table, but not modify it.
Thanks All.