Missed to commit the update set after previewing.

mandgm1
Tera Contributor

During the deployment , deployer sometime forget to commit the update set post previewing it.

How can we remind the deployer if he previewed an update set and forgot to commit. (only if no error message while previewing). Can we have a timer which will show a display message on screen if the update sets was previewed 15 mins before?

#SDLC, #Devlopment, #Release

 

1 ACCEPTED SOLUTION

Community Alums
Not applicable

Hi @mandgm1 ,

What you can do is add a message once you click the "Preview" Button.

Use gs.addInfoMessage("your message here");  in the UI action script.

View solution in original post

4 REPLIES 4

Community Alums
Not applicable

Hi @mandgm1 ,

What you can do is add a message once you click the "Preview" Button.

Use gs.addInfoMessage("your message here");  in the UI action script.

Thanks Sandeep, but it will display at the same moment while we click preview button?  Can we set time like display after 15 mins?

Ankur Bawiskar
Tera Patron
Tera Patron

@mandgm1 

you will have to come up with a custom solution for this

But what if user is not on that screen, how will you remind?

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @mandgm1 

It is not on tool, its mainly issue of process and education. You need to educate user about the process. 

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

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