The CreatorCon Call for Content is officially open! Get started here.

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

Articles

UI Builder - Get and update data by Data Broker

I have spend a lot of time to find out the right settings to implement Data Broker. Here I have written down my experiences. Some of this may be helpful for others. Types of Data Broker UI Transforms (Data Broker Server Scripts) Editor Note: I always...

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

Instance Scan "Core Configuration" Scan Check examples

Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field   Hi there,   When talking about Instance Scan, mostly mentioned for setting up Scan Checks is about performing checks on code, certain settings on Business Rules / Client...

Be Careful When Applying Templates via GlideRecord API

Have you used the applyTemplate() function of the GlderRecord API?  Did you know that you can create a new record (for example an Incident) using a Template [sys_template] for an entirely different table (like Server CI)?! 勞 The applyTemplate() funct...

find_real_file.png find_real_file.png find_real_file.png find_real_file.png
Nia McCash by Mega Sage
  • 3846 Views
  • 1 comments
  • 13 helpfuls

UI Builder Defect Notification

UI Builder Defect Notification: Proactive Solutions   Understanding the UI Builder Error and Its Impact The recent identification of a defect in the Vancouver version, particularly related to the UI Builder, has raised concerns for users. Upon upgrad...

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
  • 20631 Views
  • 88 comments
  • 99 helpfuls

Custom UI Page in a popup

Hi, In this article, I will show you how you can create a custom UI page in ServiceNow and call that in a popup. For this, first we need to create a  UI Page. System UI -> UI Pages -> New UI Page Name: ui_page_demo HTML Script <?xml version="1.0" enc...

find_real_file.png
asifnoor by Kilo Patron
  • 31106 Views
  • 19 comments
  • 44 helpfuls

How to easily move a dashboard with an update set

I am very new to dashboards and I recently had to create a dashboard in a sub prod instance of Jakarta, and found it difficult to move it in an update set to other environments. I followed the instructions here: https://docs.servicenow.com/bundle/jak...

find_real_file.png find_real_file.png
Hadyn by Tera Expert
  • 21532 Views
  • 2 comments
  • 23 helpfuls

Sync ServiceNow to Jira - HTML to Wiki conversion

(I'm Francis - product manager for Exalate at iDalko) The challenge An Exalate evaluator asked for an integration between ServiceNow and Jira (On-Premise) for an Agile Board synchronization. The product looked like a fit but was missing one major fea...

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

Date Validations - Client Scripts

Hello, In this article, i will share some code snippets which takes care of basic date validations at the client side.    1. Selected Date cannot be less than Today function onChange(control, oldValue, newValue, isLoading, isTemplate) { if (isLoad...

asifnoor by Kilo Patron
  • 26990 Views
  • 10 comments
  • 87 helpfuls
Top Contributors