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

Search Term Results

A quick script that can be used to return the score of a search term on a given instance.   This script is only set up to run on the Catalog and Knowledge tables. adjust the query as needed for your instance. run it as a fix script.     var qSet = "l...

Idea to introduce Virtual Agent for Community portal Users

I strongly feel we should have Virtual Agent option for community portal users. Please review the below idea and upvote if you like https://community.servicenow.com/community?id=view_idea&sysparm_idea_id=1fe45423dbbb94146621d9d9689619ce&sysparm_idea_...

Jyothi18 by Kilo Contributor
  • 169 Views
  • 1 comments
  • 1 helpfuls

ServiceNow Social Login and Payment gateway Widgets

  Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. — Martin   We are going to understand two topics here, 1. How to set up social media authentication as login widget in the servicenow...

Excel ServiceNow Add-in

Introduction In the basic design of ServiceNow, one of the most powerful features is the ability to access table data and many other features via REST API calls as standard, without having to undertake any development whatsoever. This makes it very e...

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

Studio's Git Integration via MID Server - New in Orlando!

Intended Audience: Custom scoped application developer + system administrator Estimated Reading Time: 5 minutes The purpose of the article is to document my learning experience with setting up Git integration via MID Server, and hopefully, this will ...

find_real_file.png
JennyHu by Tera Guru
  • 2528 Views
  • 3 comments
  • 6 helpfuls

Repurposing Conditional Statements (if/else)

In a previous article titled Checking truthy/falsy alternate approaches to conditionally check truthy/falsy values was introduced. This post will expand on the statement made in Checking truthy/falsy where it was suggested that a truthy/falsey condit...

Nugget: Quickly retrieving a raw list of values

There are times that a quick list of display values are needed. Maybe it's just to snoop around, or list RITMS under a request in an email. Whatever the case might be, there is an quick way to do so: var gr = new GlideRecord('sc_task'); gr.setLimit(1...

Top Contributors