InterviewSolution
| 1. |
Explain The Flow Of Setting Up Application Security. When A New Functionality Is Released How Do We Setup A User In Ps To Get Access To It? |
|
Answer» When a new functionality needs to be provided access for users, then roles and permissions are used. The functionality is associated to a menu—COMPONENT—PAGE. So the user needs to get access to the page in ONE of the various modes LIKE: ADD, update or view only. For this, the menu – component – page layer is tied to a permission list. This permission list is then attached to a role and the user is then provided this role through user profile. As a result user will be able to access the functionality. When a new functionality needs to be provided access for users, then roles and permissions are used. The functionality is associated to a menu—component—page. So the user needs to get access to the page in one of the various modes like: Add, update or view only. For this, the menu – component – page layer is tied to a permission list. This permission list is then attached to a role and the user is then provided this role through user profile. As a result user will be able to access the functionality. |
|