creating new permission group

whynotwiwhynotwi Member Posts: 20
edited 2012-11-19 in NAV Three Tier
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

  • ChinmoyChinmoy Member Posts: 359
    if these objects are already added to any existing Role you can copy / paste into the new role, but if these objects are all new objects and are to be added to the new role, then you have to anyways to it one by one.

    Chn
  • whynotwiwhynotwi Member Posts: 20
    Hey Chn, thanks for your answer. But that was not what i wanted to hear... traurig.gif
  • ppavukppavuk Member Posts: 334
    create new role, select permissions, add table data 0. Take a look to SUPER or SUPER(DATA) user permissions.
  • whynotwiwhynotwi Member Posts: 20
    Hey ppavuk,

    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 :(
  • AndwianAndwian Member Posts: 627
    I don't know if Data Migration could be used to address it.
    Nice to try.
    Regards,
    Andwian
  • einsTeIn.NETeinsTeIn.NET Member Posts: 1,050
    There are several tools available here on mibuso. But if I remember right you need Client Monitor in your license.

    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.
    "Money is likewise the greatest chance and the greatest scourge of mankind."
Sign In or Register to comment.