Question
Last activity: 4 Apr 2018 9:10 EDT
Operator ID
Are there away we can find out who made change on Operator ID profile like: change password, disable operator id or deleted operator ID? And The operator ID already got deleted - How can we rollback that change?
Thanks on advance-


Pegasystems Inc.
IN
We are currently on 7.2.2. Any other OOTB from Pega to achieve this task? Or Are there any audit table in DB where we can look?
Larry-


Pegasystems Inc.
IN
Hi,
I think Declare triggers is the only option to track such changes. Please check the below link.
https://pdn.pega.com/how-audit-field-level-changes-security-rule-and-data-instances
Regards,
Santhosh
Hi there,
There is no out of the box feature as such which records changes on the Operator table. Enabling the field level auditing on the Operator ID table will help to achieve your goal.
Cheers,
Naren


Cognizant Technology Solutions
US
Add pyTrackSecurutyChange trigger and model or Data-Admin-Operator-ID class, and that should record in history the changes you want to monitor
Harnesses have auditing capability: Display Options >> Enable auditing
Flow Actions as well: Security >> Audit use of this Flow Action
The above would be useful if you can prevent an Operator record from being edited directly within the developer portal, instead only permitting an Operator record to be modified using a specific harness or flow action.
Hi,
If you are on 7.3.1 or higher version of Pega platform, you can use Security Event Configuration landing page to log some of such events.
https://pdn.pega.com/sites/pdn.pega.com/files/help_v731/procomhelpmain.htm#security/auditing/sec-select-security-event-monitor-tsk.htm
If you want track anything beyond, you can use Declare triggers.
Thanks,
Santhosh