Question
Princeton Blue
US
Last activity: 3 Oct 2016 5:24 EDT
Update session attributes while switching application
Hi All,
we are currently working in Pega 7.1.8 environment.
we have an entitlement system,which maintains user attributes like Access Group,Workbaskets,Skills,Roles and Work Group for a user.All these attributes are assigned to a session at the time of login.
But there is a possibility that the user can have a multiple unique combinations of [Access Group,Workbaskets,Skills,Roles and Work Group].If the user has more than 1 Access Group,we provide the user an option to switch access group.
While the user switches the access group,we want the other attributes like workbaskets,skills,roles and work group assigned during the login to get wiped off and set to new values.Its mostly like re-running the authentication activity again.
I want to know if there is a possibility of updating the session attributes after the session is established while switching the application ? Whats the process of doing it ?
I see there are 2 activities available (ApplicationSetUp and ApplicationProfileSetUp) for making changes.Can I make the changes in these activities ? whats the impact ?