Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Developer forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

Script not working in UI action

I am facing an issue while running the script in UI action. The client side script is executed but the server side script is not getting executed even if i use gsftSubmit().Here is the code: function alertUser() {if (confirm("Are you sure you want to...

Akshat2404 by Tera Contributor
  • 701 Views
  • 7 replies
  • 1 helpfuls

ATF - HRSD Mega Menu

Hi,I have a condition where in I am unable to test the Mega Menu in the ATF. Could you let me know the steps on how I can test the mega menu through an ATF.

Akshay Sood by Tera Contributor
  • 461 Views
  • 3 replies
  • 0 helpfuls

Deactivate ITSM OOTB emails

Hi, I am new to SN, my requirement is to deactivate(set = false) to all OOB ITSM email notifications.I am trying through fix script on notifications table:  var gr = new GlideRecord('sysevent_email_action');gr.addQuery("active", true);gr.addQuery("ca...