We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

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

Articles

Plugin Usage - Unused Plugins Monitoring

Problem:ServiceNow OOB provides subscription usage module which allows users to see usage of their allocated roles, licenses. This is great for managing license and proactively take actions for license allocation.   But, There is no OOB way which tel...

nowGurukul ServiceNow Hands-On Challenge 2024 #Week_2

 ServiceNow Community - “Discipline is choosing between what you want now, and what you want most.”  Challenge Introduction:- In order to strengthen the ServiceNow hands-on skills , each week a challenge will be posted and you need to implement the s...

nowGurukul by Tera Contributor
  • 14187 Views
  • 54 comments
  • 44 helpfuls

Governance or no Governance. That is the Question.

A ServiceNow platform requires an effective governance body. Of course, every organization has its own ways to structure, staff, and organize its governance body. This article outlines activities and responsibilities of the constituents of a governan...

governance.png
saschawildg by ServiceNow Employee
  • 1324 Views
  • 1 comments
  • 4 helpfuls

Return logged-in user groups using getMyGroups()

Hi All, Today I have found an amazing undocumented API that outputs all logged-in user group sys_id(s). You can use this to reduce the amount of scripting   You can try this in your Background script gs.print(gs.getUser().getMyGroups()) Output :  Re...

find_real_file.png

A mature development and deployment process

Introduction In this article I describe the outline of "a mature development and deployment process". At its core is the idea to go away from update sets to deploying application versions - hence to get away from "deploying stories" towards "deployin...

process overview.png
saschawildg by ServiceNow Employee
  • 4916 Views
  • 7 comments
  • 4 helpfuls

JSON field attribute

Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field   Hi there,   A situation that sounds familiar when working with fields with JSON code: The JSON code hard to read, the code looks unformatted, the structure or errors are...

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

How to: Create Favorites in Service Portal

In this article we will look at how we can create favorites in the service portal. To do this we need to build the following: Widget to mark pages as a favoriteWidget to list the favoritesPortal page to display the list of favoritesHeader menu to lis...

find_real_file.png find_real_file.png find_real_file.png find_real_file.png
mhedtke24 by Tera Expert
  • 33812 Views
  • 36 comments
  • 30 helpfuls
Top Contributors