Hi,
When user tries to create a new incoming document using the 'Create from File' option it only works if user has been assigned 'SUPER' permission.
If user doesn't have SUPER permission, then the insert file page opens but no record is created in NAV.
No 'permission' error is displayed.
I have tried adding the 'system' permissions for 1310, 1320, 1330 and 1340 to the 'BASIC' profile, but this doesn't make a difference.
Does anyone how to get this working for non-SUPER users?
Thanks,
Ben
0
Comments
Diagnosed by Microsoft.
We were missing read permission to table 1270.
1. This was not picked up by the permissions recorder
2. There was no 'You do not have permission...' error when attaching failed
Above to be sent to Microsoft development.
I had the same problem.
I selected the permission for table 1270 and it's been solved for purchase invoice, but not for general journal (payment as well...)
Do you know which other table must be granted?
Regards
Just insert the tabledata (130,131,132,133 an 134) to solve the problem.
I had the same problem recently in NAV 2017 and in addition to the above list of tables, I had to give permissions to table 137, read permissions to table 1270 and 1271. I created a new permission set for this.
Thanks for the help.