On click button in Email,there should be Pop-up asking for Escalation Reason Input in ServiceNow?

Tejasr1
Tera Contributor

Hi Team,

How can I create a pop-up in Email Notification Content, that prompts users to enter a reason for escalating an incident when they click on the 'Click here to escalate' button? Additionally, how do I save the entered input as work notes in the current incident record upon submission?


What are various ways to achieve this functionality?

For this scenario, I tried to Create client calleable Script include and call it in Email script.But it doesn't show any error?

1 ACCEPTED SOLUTION

the only option is to reply to the email with notes and send the notes to the work notes via inbound action

If my answer has helped with your question, please mark my answer as accepted solution and give a thumb up.
Regards,
Piyush Sain

View solution in original post

6 REPLIES 6

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @Tejasr1 

 

Best way is dont use Popups, on state change to onhold , make onhold reason mandatory and add that in work notes like we have in Incident onhold.

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

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

Hi @Dr Atul G- LNG ,
Agree with your solution, but I need pop up functionality.

Then you need to bring UI page on UI action and then pass it towork notes. 

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

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

piyushsain
Tera Guru
Tera Guru

Hi @Tejasr1 

The popup wont be possible in Emails as the Email platform like outlook wont support ServiceNow Client scripts. What you can do is call a UI Page having a comment box and add the link of UI Page in the email notification button, the button link would have the sys_id and table name of the record

If my answer has helped with your question, please mark my answer as accepted solution and give a thumb up.
Regards,
Piyush Sain