requirement is whenever in the operator ID external authentication get unchecked a mail shd trigger
Hi team,
I have any requirement we are using operator ID for a JOB. The job will fail if the the operator ID automatically getting uncheck with external authentication due to which authorisation error is coming. My requirement is whenever in the operator ID get uncheck with external authentication tab a mail shd trigger how to achieve this? Please advise in detail
Version 7.3.1
@Sam27
Have a declare on-change rule created in Data-Admin-Operator-ID class and monitor pyImportedUser property.. In pyImportedUser property only pega will store the external authentication value, so whenever the property value is getting changes pega will automatically trigger declare on-change rule..
Inside when rule you could validate whether pyImportedUser value equals false.. If the condition is getting satisfied then you could trigger mail to needed team by configuring mail triggering logic in declare on-change activity rule..
Attached screen-shot for reference..