We have an issue with permissions:
we have two modules installed, but no permission group to give rights to their objects. One of them has about 200 tables, and i need to give the users permissions to them. As i don't know for sure which objects are used if a users accesses special parts in the system i want to grant acces to every table (no the best way, i know, but i don't know how to find out which tables are really needed).
Is there a way to add alle the objects to a new permission group ? Selecting them one by one is a very annoying task
Comments
Chn
if i add table data 0 i would give the user superuser permissions, which i don't want. The problem is that i have to add every single object. The module has more than 200 of them, so it it a lot of work to create this group. I hoped to get a better way than to add every single object. A codeunit which could create the entries was blocked
Nice to try.
Andwian
Also, you could filter the Version List in Object Designer to identify which Objects are affected by your module. Then use this list to go to Permissions of your new Role and push "All Objects". Another form is opened where you can define Permissions for all Objects of your Module List. That should be much easier than select every Object one by one.