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.

ServiceNow AI Platform articles
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Articles

How to clear all the variables/fields values

This is applicable for client side scripting (both Catalog and table level) Make them readonly, mandatory or clear all variable/field values when the respective field changes. var fieldArr = ['Field_A', 'Field_B', 'Field_C', 'Field_D', 'Field_E', 'F...

Community Alums by Community Alums  
  • 4929 Views
  • 2 comments
  • 1 helpfuls

Visualize User's Role Inheritance Map

  On the one hand, the roles and groups concept of ServiceNow is very powerful; on the other hand, however, you can get into configuration misery very quickly when losing the overview of how a user got to a certain role. And unfortunately, ServiceNo...

find_real_file.png find_real_file.png find_real_file.png find_real_file.png

Improving the Approval Experience, Part 5

Part 1Part 2Part 3Part 4 Part5   Force commenting on rejecting of an approval In my article Improving the Approval Experience, Part 2 I have introduced the custom variants of the "Approve" and "Reject" buttons, and now I want to demonstrate how the ...

find_real_file.png find_real_file.png

Hiding specific emails from Activity

I got the requirement to hide only the 'Inactivity warning' emails from the Activity log for Incident. All other emails should be there in Activity. I have performed the following step. 1. Created onLoad client script for INC to perform DOM manipulat...

Top Contributors