What is Platform Analytics?
IntroductionSorry I haven’t posted in a long time. Been working on projects and taking ServiceNow deltas/mainline exams. One certification I want to get is the Performance Analytics certification....
View ArticleServiceNow Logos 2004 to Present
I thought you all might enjoy this. 20040604 ServiceNow Logo 20050204 ServiceNow Logo 20050221 ServiceNow Logo 20101201 ServiceNow Logo 20231212 ServiceNow Logo
View ArticleRelated List Queries (RLQUERY)
One features of ServiceNow you may have missed is the ability to utilize Related List Queries (RLQUERY) using GlideRecord.What is RLQUERY?Related List Query is something you can add to an Encoded Query...
View ArticleIP Range Based Authentication
Using IP range based authentication, you can control access by IP address and block access to a specific address or range of addresses that you suspect belong to malicious individualsMore detail from...
View ArticleVendor Risk Management
The Vendor Risk Management (VRM) application provides a centralized process for managing your vendor portfolio, assessing vendor risk and tiering, and for completing the remediation life cycle.VRM...
View ArticleInstalled Plugins Script
Here is a script to find all the installed plugins on your ServiceNow instance. I wrote this a Background script, but you can refactor it as needed. You can always get a list of plugins without script...
View ArticleTen Methods to Find SysID
Each record in ServiceNow is identified by a unique 32-character GUID (Globally Unique ID) called a sys_id.As a ServiceNow administrator, finding the sys_id of a record is important when writing a...
View ArticleTicket Actions Widget
How to add a "Resolve Incident", “Request Status” and “Cancel” buttons with modal popup for Service Portal. This was updated for ServiceNow Orlando 2020.ResultsHere is what the final result looks like:...
View ArticleReport Library
Download a collection of administration and maintenance reports contained in a dashboard.Maintenance Reports. Most ServiceNow instances have common issues that need periodic review. This dashboard...
View ArticleEpics without Stories
Here is a quick script to find Epics without Stories1. Elevate your privilege to security_admin.2. In the Left Navigator > Scripts - Background3. Paste this in the Run Scripts area://Find Epics...
View ArticleSyntax editor macros
Script macros provide shortcuts for typing commonly used code. To insert macro text into a script field, enter the macro keyword followed by the Tab.Here is a collection of script macros I am currently...
View ArticleAccess Controls
If you are looking at this article, you probably are wondering how to fix an access control (ACLs) issue. I hope to help you on this journey!What is an Access Control (ACL)?An instance uses access...
View ArticleCustom URL
You can configure one or multiple custom URLs to your instance, and configure your custom URL to Service Portal mapping.Custom URLs are not available for on-premise customers or developer instances....
View ArticleGlideRecord Scripting
The most common and fundamental scripting used in ServiceNow is GlideRecord. Alter and reuse these scripts found in this post for your ServiceNow implementation.Important Note: Always run GlideRecord...
View ArticleDeconstructing the Agile Board
In case you decide you want to adjust the Agile Board in Agile Development 2.0. Here is the code that exists behind it.Backend CodeScript Includes: any Script include that starts with...
View ArticleInvestment Funding
Investment Funding is a new application in the New York release of ServiceNowInvestment Funding enables you to plan and manage investments by allocating funds to funding entities such as Business...
View ArticleAgile Development 2.0
The ServiceNow Agile Development 2.0 application provides an agile software development environment for product-based or project-based efforts, using the Scrum framework. It offers you the flexibility...
View ArticleInnovation Library
The Innovation Library is a tool kit for anyone building apps and portals on the Now Platform. It is comprised of reusable components and grab-and-go code, to allow you to build faster with a...
View Article