Question
Murex
LB
Last activity: 20 Mar 2017 2:32 EDT
Deactivation Operator
Hello,
Is there any native Pega field to check whether an operator is active/ inactive: Active-> Can log in. Inactive: Can't
Thanks,
Regards;
***Updated by moderator: Lochan to add Categories***
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Pegasystems Inc.
GB
I just checked a PRPC722 system : there is an checkbox on the Security Tab 'Disable Operator'.
If you check this and save the Operator Record and then try logging in as the Operator you will be prevented from logging in with a message of "Your account has been disabled, contact your system administrator':
I did a 'view XML' of the Operator Record before and after making the change - and can see that this PRPC Property holds the value you are after:
<pyOperatorIsDeactivated>true</pyOperatorIsDeactivated>
Cheers
John
Synechron
IN
Some how , even I am not able to see this option. Even in the exercise systems provided by Pega. The version says 7.2 to be precise.
By any chance, is this specific to a particular Framework?
Pegasystems Inc.
IN
In any enterprise system we don't touch the user id's in Pega. Since the authentication will be performed will help of any identity management system like LDAP, the id will be deactivated there.
May I know what's the use case, if you don't want any new work to be assigned to user than there are multiple ways to do that. if you don't want them to login, I feel create a table with all deactivated id's and at login check if id belong there, if yes, take them to error page and if not let them login.
Pegasystems Inc.
GB
What version of PRPC are you using ? I believe this facility was only brought in recently (722 probably?)
Pegasystems Inc.
GB
Interesting - Was this a new install or an upgrade ?
Pegasystems Inc.
US
If this was an upgrade, from what version?
Additionally, what operator are you logged in as when you attempt this and what access groups are they members of?
Tata Consultancy Services
US
Hi GhinaH,
You can use the 'Operator is available to receive work' checkbox in 'Work' tab of operator ID form. This check box affects the routing activities but does not affect the user's ability to log in. If you uncheck this checkbox it will prevent to add assignments to user's WL.
Also you can create a 'Deactivated' access role/group and revoke all the permissions (for that access role/group) and customized a harness to show the deactivated message to the user, User will not have access to anything and will be able to see the deactivated message .