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

Articles

Portal Advanced Search Source

When making a custom app, you may want to also make a custom portal for it and have Search. Scripting a Search Source is... not well documented, so here is how I did it. (I am doing this in Paris, but it should all be applicable across many versions....

Eric60 by Tera Contributor
  • 4295 Views
  • 2 comments
  • 10 helpfuls

Workflow Skipped Approvals result in… Approved?!

Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field   Workflow Editor is a legacy product to maintain existing workflows already in production. For new use cases and workflows, use ServiceNow Workflow Studio. Workflow Stud...

find_real_file.png find_real_file.png find_real_file.png

Record Producer map to field on… Variable Sets!

Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field   Hi there,   When working with Record Producers, you probably have used the Map to field option on variables. When applying Variable Sets on Record Producers, 'somehow' t...

find_real_file.png find_real_file.png

nowGurukul ServiceNow Hands-On Challenge 2024 #Week_4

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 so...

nowGurukul_2-1706001317381.png
nowGurukul by Tera Contributor
  • 6508 Views
  • 15 comments
  • 26 helpfuls

Custom risk assessment for any task record and field

Dear Community, I've recently faced a requirement to develop the custom risk assessment for the change request in addition to the standard one. The point is to create a new field (let's call it 'Security Risk'), that must be populated based on the an...

P-Rudenko-SN by ServiceNow Employee
  • 2602 Views
  • 3 comments
  • 10 helpfuls

How to remove specific user from WatchList

This script will help you to remove specific element from a list of unique elements for eg sysIds.Here I will take sys_id of the user a specific value and how can we remove it from a watch list present on an incident form.We can write a Background sc...

nowGurukul ServiceNow Hands-On Challenge 2024 #Week_6

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...

nowGurukul_0-1709056528454.png nowGurukul_1-1709056696548.png nowGurukul_2-1709056696553.png
nowGurukul by Tera Contributor
  • 2717 Views
  • 6 comments
  • 6 helpfuls

OAuth 2.0 authentication for SOAP Outbound Request

Out of the Box ServiceNow offers us limited option of "Basic" authentication option to authenticate and send out Outbound Requests to Third Party Applications using the SOAP protocol.Nowadays the most common authentication and reliable method used to...

How to Not Fail your ServiceNow Certification Exam

Want a foolproof plan to guarantee success on your ServiceNow Certification Exam? Well, this isn't it, but it's as close as I can get! I'm not offering any guarantees, but what I can offer is a guide which has been proven successful for both myself a...

Dylan Mann1 by Giga Guru
  • 99819 Views
  • 29 comments
  • 111 helpfuls

Customise your UI Action Button or Navigation Bar of your forms

 This onLoad client script shows how to change the background color of form buttons in ServiceNow. For this example, I set up the script to change the color of the ‘Approve and ‘Reject’ buttons on the approval form to green and red respectively. The ...

find_real_file.png
Community Alums by Community Alums  
  • 9236 Views
  • 14 comments
  • 11 helpfuls

Tables and Buttons

The Problem I found myself coming back to making some form of a table with buttons to act on the data quite often and tended to end up throwing together a table widget to handle that specific case and had meant to create a more reusable table to whic...

find_real_file.png find_real_file.png
Top Contributors