How to sent a notification to inform Group Manager to review their groups for user membership

Sanjay33
Tera Contributor

Hi Team,

How to sent a notification to inform Group Manager on every 2nd Wednesday by 8 AM in September every year.

Kindly help me on the same.

 

Thank you.

18 REPLIES 18

Hi @Sanjay33 

 

The Data Certificate module is now deprecated, so it will no longer be available.

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************

Rohit  Singh
Mega Sage

Hi @Sanjay33 ,

 

You create a schedule Job that runs periodically days: 365 Staring: September 2nd week of Wednesday 8 AM.

 

1. Do a glide record in sys_user_group and query active is true and manager is not empty.

2. Push all the sys_id in an array. 

3. Create a event Registry and invoke the same using gs.event queue. Push the array of sys_id in the event queue parameter.

4. Create an email notification Triger type: Event (Select your Event which you have created) 

5. In whom to send section using advance view related link check on event parameter. 

6. What to send "Create your custom Email Body" 

 

 

If my response helped, please mark it helpful and accept the solution so that it benefits future readers.

 

Regards,
Rohit

Hi @Rohit Singh,

How I can mentioned below time when periodically was selected. Kindly let me know.

 

Thank you.

Hi @Sanjay33 ,

 

Please refer below snip. The job will run after 365 days at 8 AM periodically. Staring it will run on 10th Sep'2025 and then periodically after 365 days.   

 

RohitSingh3_0-1740996181151.png

 

If my response helped, please mark it helpful and accept the solution so that it benefits future readers.

 

Regards,
Rohit

Hi @Sanjay33 

 

Hope my solution helped if yes then:

 

Please mark it helpful and accept the original solution so that it benefits future readers.

 

Regards,
Rohit