Hi,
I need to give permissions to a user.
This user should have access to all objects except 1 page.
Can I give super permissions and then just remove this page? or I have to give permissions page to page?
Best regards,
AC
Hi,
I need to give permissions to a user.
This user should have access to all objects except 1 page.
Can I give super permissions and then just remove this page? or I have to give permissions page to page?
Best regards,
AC
Welcome to DUG [:)]
It is not possible to give super permission and remove one page.
we need to create different Roles sets and assign
Hi,
First, to achieve this you need to remove permission of TableData not Page because all PAGES permissions are always yes for all users(BASIC Role).
You can’t remove using this way. You need to provide permission TableData by TableData for all except the one you don’t want( Or you can create a simple report to insert into Permission Table to save time).
Hi,
But if I make a copy about super permission, I can remove only 1 page?
Thanks
But Permission in SUPER role are for TableData(0) and Page(0) not for only one.
Alfredo,
To answer your question “But if I make a copy about super permission, I can remove only 1 page?”, the answer is No. Mohana gave you that answer in his first post.
Bheem is also right, you have the choice of granting permission to all objects within a class using the TableData(0) convention, or you can grant permissions to individual objects. What you can’t do is grant permission to all objects, minus one or two. And it’s customary practice to control a user’s access to data by controlling access to the TableData objects rather than controlling access to UI objects like pages and reports.
I know it’s a tedious process, but that’s the way it works. If you’re interested in tools to help take a lot of the effort out of the work, there are add-ons available. Just google Dynamics NAV Security Setup.
Hope that helps.