This page (revision-11) was last changed on 26-Nov-2021 10:22 by RForbes

This page was created on 26-Nov-2021 10:22 by Administrator

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
11 26-Nov-2021 10:22 4 KB RForbes to previous
10 26-Nov-2021 10:22 4 KB JMyers to previous | to last
9 26-Nov-2021 10:22 4 KB JEscott to previous | to last
8 26-Nov-2021 10:22 3 KB JMyers to previous | to last
7 26-Nov-2021 10:22 3 KB JMyers to previous | to last
6 26-Nov-2021 10:22 3 KB JMyers to previous | to last
5 26-Nov-2021 10:22 3 KB JMyers to previous | to last
4 26-Nov-2021 10:22 4 KB JMyers to previous | to last
3 26-Nov-2021 10:22 1 KB Administrator to previous | to last
2 26-Nov-2021 10:22 1 KB Administrator to previous | to last
1 26-Nov-2021 10:22 166 bytes Administrator to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 3 changed one line
The Assign Roles to Users (IMUR) screen provides a listing of all the users and the roles they've been given. After all the roles have been assigned, you will need to assign the users to specific roles using IMUR.
The Assign Roles to Users (IMUR) screen is used to assign roles to users, giving them certain security restrictions or other capabilities. The screen provides a listing of all the users and the roles they've been given. After all the roles have been assigned, you will need to assign the users to specific roles using IMUR.
At line 5 changed one line
During testing, all users were most likely set-up with the Role P2K_MASTER. P2K_MASTER gives the user access to all functions. Once the users have been assigned to their new Execution Rights roles, you would replace the P2K_MASTER role with the correct role for the employee.
There are several base roles supplied in the application.
At line 7 changed one line
DO NOT make any changes to the P2K_MASTER Role as this role will be used by P2K and will have access to everything in the system.
|P2K_USER|This role is required for all users and provides the user with basic rights and privileges.
|P2K_MASTER|P2K_Master is an application role only with no database rights or privileges assigned. This is an initial startup role that has all screen and report execution rights in it. As such, this role should not be assigned to your regular users, but rather to new roles with execution rights specific to the tasks assigned to that user.
|P2K_DBA| This is the database administrative role that should only be given to a minimum number of users that are part of your technical team and senior users.
|DISC_USER| This is an optional role that can be defined with a system supplied script to create a default role in both the database and the application. This role can now be added to a user and removed inside of the application. This role will allow those users to make use of the Discoverer application with all the database selectivity within the user’s application rights.
At line 9 changed one line
The P2K_USER role must remain with each user, as this gives them access to the application. Sequences are very important to define the hierarchy of the roles and are important if a user is assigned to more than one role.
During testing, all users were most likely set-up with the P2K_MASTER role. P2K_MASTER gives the user access to all functions. Once the users have been assigned to their new Execution Rights roles, you would replace the P2K_MASTER role with the correct role for the employee.
At line 11 changed one line
For example, if you have a PR_ROLE and an HR_ROLE and you assign USER-A to both these Roles, you need to identify a sequence. Set P2K_USER to 10, PR_ROLE to 20 and HR_ROLE to 30. If in PR_ROLE, you say that for the IEID function the P2K_User has no access but in HR_ROLE the user has access, sequence 30 prevails and therefore the user has access to IEID. Again, the Default role is only required if this user needs to have access outside of the application. You must have P2k_User checked as the Default Role or a Parse error occurs.
%%warning DO NOT make any changes to the P2K_MASTER Role as this role will be used by P2K and will have access to everything in the system.%%
At line 13 changed one line
In the example above the user will have a business role which will give them the standard Splash screen when they enter the application. The EP_FOS role sets the specific objects or fields the user can see or update. The EP_DATA role sets the specific data the user may be restricted from or to.
The P2K_USER role must remain with each user, as this gives them access to the application. Sequences are very important to define the hierarchy of the roles and are important if a user is assigned to more than one role.
At line 18 added one line
For example, if you have a PR_ROLE and an HR_ROLE and you assign USER-A to both these roles, you need to identify a sequence. Set P2K_USER to 10, PR_ROLE to 20 and HR_ROLE to 30. If in PR_ROLE, you say that for the ([IEID]) function the P2K_User has no access but in HR_ROLE the user has access, sequence 30 prevails and therefore the user has access to ([IEID]). Again, the default role is only required if this user needs to have access outside of the application. You must have P2k_User checked as the default role or a parse error occurs.
At line 16 changed one line
ASSIGN ROLES TO USERS
In the example above the user will have a business role which will give them the standard splash screen when they enter the application. The EP_FOS role sets the specific objects or fields the user can see or update. The EP_DATA role sets the specific data the user may be restricted from or to.
At line 18 changed 14 lines
The Assign Roles to Users (IMUR) screen is used to assign roles to users, giving them certain security restrictions or other capabilities.
There are several base roles in the application supplied by High LineMckesson.
P2K_USER
This role is required for all users and provides the user with basic rights and privileges.
P2K_MASTER P2K_Master is an application role only with no database rights or privileges assigned. This is an initial startup role that has all screen and report execution rights in it. As such, this role should not be assigned to your regular users, but rather to new roles with execution rights specific to the tasks assigned to that user.
P2K_DBA This is the database administrative role that should only be given to a minimum number of users that are part of your technical team and senior users.
DISC_USER This is an optional role that can be defined with a High LineMckesson supplied script to create a default role in both the database and the application. This role can now be added to a user and removed inside of the application. This role will allow those users to make use of the discoverer application with all the database selectivity within the user’s application rights.
‘Assign Roles to Users’ Usage and Examples
;[User|]:This field identifies the user you wish to assign the role to.
;[Seq #|]:If the user profile has been assigned more than one role, this field identifies the order in which the roles will be presented when the user logs in.
;[User|USER_NAME]:This field identifies the user you wish to assign the role to.
;[Seq #|ROLE_SEQUENCE]:If the user profile has been assigned more than one role, this field identifies the order in which the roles will be presented when the user logs in.
At line 35 changed 2 lines
;[Role|]:This field allows you identify the role you wish to assign to the user.
;[Role Type|]:The role is categorized into a specific type in this field.
;[Role|ROLE_NAME]:This field allows you identify the role you wish to assign to the user.
;[Role Type|ROLE_TYPE]:The role is categorized into a specific type in this field.
At line 38 changed one line
;[Default|]:If this toggle is checked, the role will be the user’s default role.
;[Default|DEFAULT_ROLE]:If this toggle is checked, the role will be the user’s default role.