Click HERE to see how Saviynt Intelligence is transforming the industry. |
08/08/2024 06:55 AM
Hello - we currently have a User Update Rule to launch a User Manager certification on Cost Center ID change. The workday import runs every hour on the hour and we have the Launch_Certification job scheduled to run every hour after 12 minutes. We just had scenario where the Workday job ran off cycle so the Launch_Certification job did not run immediately after and the certification was not launched. We are looking for a way to set up monitoring/reports to identity this scenario where a user's cost center ID changes but a certification was not launched. Any ideas?
08/08/2024 07:29 AM
You can create analytics report with execution rule history table
08/16/2024 04:11 AM
Hi Rushikesh,
Thanks for your response.
Could you please provide us the exact table name to create the analytics?
Thanks & Regards,
Lakhitha
08/16/2024 06:53 AM
08/22/2024 06:30 AM
Hi Rushikesh,
Thanks for your response.
If we check the campaign table, we can find the campaigns that are launched due to cost center updates. But for multiple users, if the cost center value is changed then all these users will be included in single campaign. Suppose out of 5 users for 1 user if the campaign is not launched then we will not be able to identify that user.
Is there any way we can identify that user?
I have verified few of the campaign tables and I'm unable find the link between campaign and the users.
Thanks & Regards,
Lakhitha
08/22/2024 06:36 AM
08/22/2024 06:45 AM
Campaign table doesn't have user information.
I have verified few other tables as well I'm unable to find the link between campaign and it's users.
08/22/2024 06:48 AM
Certification_User_Status | This table is mainly used in the User Manager campaign and it holds the certification_user table key value along with the certification key, certified to log the actions taken by the end user. | Certification_User |
Certification_User_Account_Status | This table is mainly used in the User Manager, Service Account, and Application Owner campaigns and it holds the certification_user, and Certification_account tables key values along with the certification key, certified to log the actions taken by the end user. | Certification_User Certification_Account Certification_Role Cert_Role_User_Account |
08/16/2024 12:56 PM
In your use update history, do you cost center value being changed? If yes can you check if rule run is specified over there?
Ideally you shouldnt be running launch certification job so frequently. You can schedule it to run once a day, this way it will consolidate all the certification (based on user updates) and launch certification at once for all certifiers.