
Hi this user who have the necessary edit rights to the item cross reference encounred validaton error. Other users who have more privilege has no issues (they different roles and hence more access to some tables).
How do I let this user bypass it?
hak you.
*This post is locked for comments
I have the same question (0)Hi Navea,
the way to go would be to enable the debugger for this user, and have a look at where it throws the error. With some luck, you will see the additional tables that are required . Then add these tables to the user role and try again.
With this error message I would assume that there is some C/AL code which is checking on permissions before execution.
Bypassing the validation entirely is not a good option (and difficult to achieve, anyway.)
with best regards
Jens