Hi ,
i'm Beginner in script of ARIS , I want to get Access Rights for user and user group , but i don't how to use getAccessRights(Group , int ) :(
Regards ,
Hi ,
Regards ,
Hi jorge ,
thanks alot , but how to give Group to put as parameter ?
please give me simple example
Best Regards ,
Hi Ahmad,
below a small code snippet that might help:
var group = ArisData.getSelectedGroups()[0]; //first entry in the array
SelectedUser.AccessRights(current_group)
SelectedUser could be determined via database.AssignedUsers() for example. Really depends on the Context in which you want to execute the report and your use case.
JORGE REYNA R. on
Hi Ahmad,
The problem is that you are misusing the function:
Or maybe it is not the one you want or need to use:
Best regards
Jorge Reyna R.