Notifications

Snehal
Tera Expert

Hi Team ,

As i have to trigger one notification for one item whos name is "Leaver Requests" when to send who will receive condition is respectively once the leaver form has been submitted to go to the person whose name in the leaver field and also the person whose name is in the leaver fields line manager too.

email also be re-triggered 7 days prior to leave date .How to implement this .Help much appreciated .

Thank in advance !

 

3 REPLIES 3

Chandra18
Mega Sage

Hi @Snehal  
If you are using workflow then there is a activity notification you can configure this as per requirement:
"re-triggered 7 days prior to leave date" For this you can take a timer activity and configure this in advanced with script take value from Leave date (current.variables.leave_date) and close this activity before 7 days of leave date.
and then add notification activity after uper timer activity and sent to current.variable.leaver_field_backend name & current.variables.leaver_field_backend name.manager.

Thank you!

Amit Verma
Kilo Patron
Kilo Patron

Hi @Snehal  

 

So you want to send email to the leaver and leaver's manager once a catalog item has been submitted ? If yes, you can do this simply using a flow. You can create a flow with trigger as Service Catalog. Inside the flow, make use of Get Catalog Variables action to get the leaver and leaver's manager catalog variables.

 

Post that, make use of Send Email Action to send out the email. For sending the  reminder email, you can make use of Scheduled Job. Refer below post :

https://www.servicenow.com/community/developer-forum/scheduled-job-script-trigger-notification-7-day...

https://www.servicenow.com/community/service-management-forum/trigger-reminder-notifications-before-...

 

Thanks & Regards

Amit Verma


Please mark this response as correct and helpful if it assisted you with your question.

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @Snehal  

 

Best option is for 1st one, create a normal notification and when  a user submit the request it trigger

 

For 2nd, create a flow and trigger  

Trigger 

Action

Look up records

Wait for 7 days

and 

Notification. 

*************************************************************************************************************
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]

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