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

Articles

Implementing Frame Buster concept on Service Portal

The old content management system (CMS) of ServiceNow had a checkbox on content pages that (if checked) would cause the side to break any iframe and open the site using the entire browser window.I needed to do this using the Service Portal instead fo...

lasse3 by Giga Guru
  • 2455 Views
  • 5 comments
  • 4 helpfuls

Get variable name from UI Macro

Variable name definitions are stored in g_form.nameMap array. The entity name of the form is required to identify the definition. So you need to search g_form.nameMap by jvar_question_name. Also, the default value can be obtained from jvar_question_v...

Takashi7 by Tera Contributor
  • 869 Views
  • 1 comments
  • 0 helpfuls

Context menus in Script field

Hello. I want to show you something, that I found recently. It is regarding a context menus in a script fields. It comes out that every element in the script field, which is bold and italics has a context menu. Depending of its type, the context menu...

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

ADFS authentication with SAML 2.0

Enable Plugin 'Integration - Multiple Provider Single Sign-On Installer' Under 'Multiple Provider SSO' Application Go to Properties > Enable multiple provider SSO & Enable debug logging for the multiple provider SSO integration Install ADFS Certific...

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

ITOM Series 3 : Discovery Fundamentals Article 2

Hi All In this article, I am going to talk about discovery process step by step: There are four steps of discovery process (Scanning, Classification, Identification Discovery, Exploration) . Please refer to my following article to understand these st...

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

My First UI Component

Hi All, I created my first Now Experience UI Component which creates,gets and cancel incident in Agent workspace. I have created a tab section using now-tabs component which contains three tabs as create,get and cancel incident. Create Incident - Thi...

Email Challenge: Creating Outlook Rounded Buttons

Hello!   OUTLINE1. Introduction2. What's The Big Deal With Outlook?3. How Do We Fix This?4. STEP 1: New Script Include5. STEP 2: Update Our Email Script(s)6. What's The End Result?   1. INTRODUCTIONThis article explains how to utilize buttons with ro...

find_real_file.png find_real_file.png
JosephW1 by Tera Guru
  • 8310 Views
  • 2 comments
  • 11 helpfuls

ServiceNow Code samples - 1

CODES BELOW ARE PICKED UP FROM MULTIPLE SOURCES IN THE COMMUNITY, SOME ARE SELF IMAGINED SCENARIOS AND TESTED. USE THEM IN YOUR CONTEXT ACCORDINGLY. CLIENT SCRIPT - Get Row count of Multi row variable set or to validate by row count. function onSubmi...

find_real_file.png find_real_file.png
Top Contributors