Hi Guys,
Can anyone confirm/infirm testing limited user license and getting 3 tables in NAV 2017 ?
I know it sounds stupid, but that's my last chance
.
The debugger is not very helpfull and with some triggers in CU 1, based on the Change Log, I get only 2 tables.
I understand the Count is per session, but the only thing I'm doing is to open the client and click on an action from a dummy role center page.
The action will do 3 inserts and it fails.
Answers
for example here:
xStepa
So far I got to a strange point where the line in the middle fails. Codeunit 5000 does 3 modifications.
If this is logical in any way ...
You might say that WRITEPERMISSION might actually write and consume 1 licensed table.
That is also false, if I try with my own tables.
Try to post your cu50000 ...
xStepa
So, somehow WRITEPERMISSION consumes a license table for a limited user. That's the conclusion.
CU 7 issues that solves it:
213221 A job queue entry is always retained for a limited user when you open a company.
COD 455
All the thanks are appreciated