Interested in a ServiceNow event built for developers? Registration for now[dev]26 is officially open!

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

Articles

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  
  • 10851 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

How to export multiple tasks records (form view) as PDF?

This article will guide you to export multiple task records from your instance in any file format (PDF). Purpose: To export multiple task records from view. OOB feature allows exporting only list views of records. Approach: Export records to specifie...

sheikhafsar by Tera Contributor
  • 2556 Views
  • 1 comments
  • 0 helpfuls

Attachment Categorisation

This is a very tricky thing in ServiceNow and usually any work related to sys_attachment table is always a bit of a hack. So ServiceNow handles the attachments through two tables – sys_attachment and sys_attachment_docs. For a better understanding re...

Sam Dey1 by Kilo Guru
  • 2944 Views
  • 1 comments
  • 2 helpfuls

nowGurukul ServiceNow Hands-On Challenge 2024 #Week_5

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
  • 6231 Views
  • 9 comments
  • 7 helpfuls

Redirect from "OLD SERVICE PORTAL" To "NEW PORTAL"

Background : Employee Center is the new portal solution that every new/old customer is looking forward to. Since EC has been introduced as a centralised portal catering to all you different departments (E.g. IT, HSE , Procurement etc.) through differ...

Subham11_0-1671821235805.png Subham11_0-1671821872020.png

Scripted Tags

Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field   Hi there,   Tags on records have been in ServiceNow for a while. Though questions about how Tags actually work and if these can be automated are still very common. Recen...

find_real_file.png find_real_file.png

Washington D.C. Release Features

Washington D.C. Release Features    ServiceNow released another Family Version named as Washington D.C. for early access on 1st Feb 2024. This was 23rd Release as per English alphabet. This release brings many good features with respect to Gen AI, RP...

LearnNGrowAtul_1-1707480646315.png LearnNGrowAtul_2-1707480646321.png LearnNGrowAtul_0-1707736751499.png LearnNGrowAtul_4-1707480646333.png

Create a Table via Script

Create a script include and copy the below code Script include Name: TableScript_Utils Code: var TableScript_Utils = Class.create();TableScript_Utils.prototype = { initialize: function(tableLabel, tableName, extendsto, columnjson) { this.Label = tabl...

Narsing1 by Mega Sage
  • 6626 Views
  • 4 comments
  • 7 helpfuls
Top Contributors