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

Introducing ServiceNow Data Separation application

A new feature has arrived with the Vancouver release, related to the security area, called Data Separation. It sounds very interesting, but I need to highlight, that this application is supported only for Project Portfolio Management. I hope that thi...

AttilaVarga_0-1693464017376.png AttilaVarga_2-1693464095212.png AttilaVarga_4-1693421931260.png AttilaVarga_3-1693465158280.png

Some tips and tricks for the new Monaco code editor

  With the Utah release ServiceNow replaced the TinyMCE-based editor with the Monaco editor for all script fields, but unfortunately there is not much documentation about that new editor and how to use it in ServiceNow.   Therefore, I decided to wri...

MaikSkoddow_0-1688299256048.png MaikSkoddow_0-1688284878671.png MaikSkoddow_3-1688286184148.png MaikSkoddow_5-1688286668330.png

Add portal widget to Dashboard

      Some time ago I was working on custom functionality for a dashboard. The way to go, was to use the AngularJS features. However, my standard UI Page setup for an angular didn't work here. Also, using ngCloak and angular.bootstrap didn't solve my...

Override a one 2 many relation, making it a m2m

If you have 3 tables:  Table A Table B Table C  Table B has a reference to A and another to C.    If you want to relate records from table A to C, making B behave like a m2m, you need to override the Edit that shows on the RL with the action name 'sy...

ServiceNow System Clone Process

Purpose? The purpose of this document is about ServiceNow Clone Process, Frequency, Pre-requisites and Checklist elements to be followed pre & post clone.   Clone Process System Clone process is to copy everything in a database from one environment t...

find_real_file.png

getXMLAnswer vs getXML

Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field   Hi there,   While working on GlideAjax from the client, the often seen method is using getXML (hopefully not getXMLWait, though that's another topic). I'm actually wonde...

find_real_file.png find_real_file.png find_real_file.png find_real_file.png
Mark Roethof by Tera Patron
  • 53564 Views
  • 10 comments
  • 154 helpfuls

nowGurukul ServiceNow Hands-On Challenge 2024 #Week_8

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

nowGurukul_0-1712137415560.png nowGurukul_1-1712137890766.png nowGurukul_2-1712137890767.png
nowGurukul by Tera Contributor
  • 2633 Views
  • 1 comments
  • 3 helpfuls

Scripted Visual Task Board Card labels [New York]

Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field   Hi there,   With New York, the labels functionality on Visual Task Boards has changed drastically. Instead of the maximum of 7 labels on a Visual Task Board, one can add...

find_real_file.png

Jira Integration with ServiceNow using Webhook

Jira Cloud Software Integration with ServiceNow using Webhook  Prerequisite: Jira Cloud Software administrator AccessServiceNow instance administrator Access  Use Case:  Whenever a Jira issue created/updated in Jira cloud software it should create a ...

find_real_file.png find_real_file.png find_real_file.png find_real_file.png
Ajay_Chavan by Kilo Sage
  • 25259 Views
  • 12 comments
  • 12 helpfuls

Common Regular expressions and Cheat sheet

Common Regular Expressions Generic greedy and non-greedy It is important to stress the distinction between greedy and not greedy ("lazy") operators. In general, greedy operators are overused, this may lead to surprises. [ addition thanks to @Daniel O...

Willem by Giga Sage
  • 42555 Views
  • 9 comments
  • 38 helpfuls
Top Contributors