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

Articles

Basic Scripting Questions and Answers.

Hi Guys, Below are some Basic scripting questions and their answers that every beginner must go through. Hit helpful if you get benefited from it and save it in the bookmark for further usage.  Edit 1:- Check out my new Article for real-life use case...

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

MID Server Installation

Hello, Servicenow Ninjas, MID server is a part of our ServiceNow journey. Some ninjas face issues in installing mid servers. Don't worry, I have given the basic steps to install the mid server and also created a video for the same. Just follow the st...

UTAH Release Features Explained

Hello Community Members, In this video, I will cover most of the UTAH Release Features.     If my video/content helped you in any way, please mark this video/content as BOOKMARK, SUBSCRIBE & HELPFUL   Best Regards, Prashant Kumar (LearnIT)   Yo...

UpdateMultiple Operation - optimizing your code

UpdateMultiple Operation  - optimizing your code, a better option to codify.   "Both update() and updateMultiple() will result in a database update. The main difference is that update() operates on one record at a time, whereas updateMultiple() updat...

image
tiagomacul by Giga Sage
  • 32273 Views
  • 1 comments
  • 29 helpfuls

Next Experience UI Dark Theme (San Diego)

Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field   Hi there,   Seen the new Next Experience UI yet? A "next generation, intuitive, personalized experience to drive productivity, improve engagement, and surface insights a...

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

Track Template usage

Here is a simple customization that allows you to track whenever a template is applied to an Incident, Change Request or other Task based table. Step 1: Add a custom field to the Task table named u_template (label "Template"), which is a reference to...

Reporting on Template Usage

A question that popped up in the SNDevs Slack had me curious and wanting to re-visit the topic of how easily it could be to implement reportability on template usage without a boat load of technical debt. Within the community, SN Gurus' article on th...

Basics Of User Administration - Users, Groups, Roles

Hello Everyone, This video has all about user administration.  (https://www.youtube.com/watch?v=G_pAaUbaiGo) How to manage users, roles, and groups?Relationship between user, role & groupsWhat is roles delegation?User administration best practices. S...

Updating the List Collector Dynamically

Hi, In this article, I will show you how we can automatically select the values in the list collector variable. Requirement: When you select a group, under user list collector, select all the group members dynamically. Create 2 reference fields in yo...

find_real_file.png find_real_file.png
asifnoor by Kilo Patron
  • 6856 Views
  • 3 comments
  • 13 helpfuls

Impersonate user in assignment group

Hello everybody, during tests, it is often necessary to impersonate users who are in the ticket assignment group.To speed up this operation, I created an UI Action, which allows you to impersonate a (random) user of the assignment group. A message i...

find_real_file.png find_real_file.png

A step by step guide to connect to a DB2 Database

Good Morning Everyone, I was wondering if we have a step-by-step guide on how to connect to a DB2 Database but could not get much information. I did go through the community and found some questions around the area and no one ever came close to provi...

find_real_file.png

Source Control/GIT Cannot Be Used in Production

This article also appears on my blog SNStud.io - Source Control/GIT Cannot Be Used in ProductionIf you saw my talk at #Know17, read my blog posts, or follow me on Twitter, you will know that I'm a HUGE Source Control advocate. Every project I've ever...

Mark Scott1 by Giga Expert
  • 4835 Views
  • 10 comments
  • 9 helpfuls

Field validation: Regular Expressions

Field validation: Regular Expressions Sometimes we want to help the user by validating if the input is correct/what we expect in the system. For example if the user inputs a phone number, url or email address. Regular expression Wikipedia: A regular ...

find_real_file.png find_real_file.png find_real_file.png find_real_file.png
Willem by Giga Sage
  • 54332 Views
  • 3 comments
  • 32 helpfuls
Top Contributors