Some PDIs are currently unavailable, and PDI actions are paused. View the latest updates here. Read More

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

Articles

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
  • 20215 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
  • 1830 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
  • 7074 Views
  • 7 comments
  • 4 helpfuls

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
  • 41884 Views
  • 36 comments
  • 30 helpfuls

Base64 encoded Attachments

A common use case when working with integrations in ServiceNow is dealing with attachments in base64 format. However, the information on how to accomplish this is often scattered across different sources. This article aims to provide clear and effect...

Use Last Run Datetime for a JDBC type data source

There has been some questions in forum about using "Use Last Run Datetime" field so I have attempted here to explain it a bit more than what is there in the wiki. The checkbox appears when the type of the data source is JDBC. And if you were to selec...

find_real_file.png
venkatiyer1 by Giga Guru
  • 23145 Views
  • 34 comments
  • 7 helpfuls

nowGurukul ServiceNow Hands-On Challenge 2024 #Week_1

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
  • 35671 Views
  • 89 comments
  • 101 helpfuls

Expand Code Search tables

Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field   Hi there,   Ever used the out-of-the-box Code Search, for example using Studio or SNUtils? And noticed that it will return a lot, though you might miss some artifacts? F...

code_search_01.png code_search_02.png code_search_03.png

Difference between GlideRecord() and GlideAggregate()

Hi All, As a developer, sometimes while querying data, we get confused about what should we use between GlideRecord and GlideAggregate? And is there any difference between them? Or they are the same? Or if they are different from each other then what...

Vaibhav        by Giga Guru
  • 12617 Views
  • 2 comments
  • 31 helpfuls
Top Contributors