Wilson Mar bio photo

Wilson Mar

Hello!

Calendar YouTube Github

LinkedIn

ITSM automated in the cloud for Incident Management and other ITSM functionality

US (English)   Norsk (Norwegian)   Español (Spanish)   Français (French)   Deutsch (German)   Italiano   Português   Estonian   اَلْعَرَبِيَّةُ (Egypt Arabic)   Napali   中文 (简体) Chinese (Simplified)   日本語 Japanese   한국어 Korean

Overview

This is a deep yet concise hands-on technical introduction to ServiceNow.

NOTE: Content here are my personal opinions, and not intended to represent any employer (past or present). “PROTIP:” here highlight information I haven’t seen elsewhere on the internet because it is hard-won, little-know but significant facts based on my personal research and experience.

ServiceNow URLs and logins

  1. Note the company’s name “ServiceNow” does not contain a space. Thus it’s website:

    https://www.servicenow.com

  2. Documentation

    https://docs.servicenow.com

  3. Sign up for a developer account (FREE):

    https://developer.servicenow.com

  4. Click “Request an instance” (FREE).

    Note that “service-now.com” DNS name is used in the login URL:

    snow-login-jakarka

    The wooden spaceship” building at the top of this page is in Solana Beach (near San Diego), California. It is where ServiceNow was coded before moving to Silicon Valley (Santa Clara University Town Center area) in 2013.

    The “dev45692” in the URL above is your “Instance Name” assigned by ServiceNow.

  5. Save the credentials (URL, username, and password) in a text file.

    CAUTION: The instance URL contains the username and password, so should not be saved as a browser bookmark because that makes it public.

    “If your instance is inactive for 10 days, it will be reclaimed and released for other developers to use.”

    PROTIP: Your company pays for capacity used, so pays even when your instance is inactive.

  6. Select a Learning Plan for the skill set you desire.

    Like Salesforce, ServiceNow provides free training resources.

Builds & servlet metadata

To identify the ServiceNow release installed and other metadata:

  1. Log in to ServiceNow application
  2. In the browser URL, replace “nav_to.do” and everyting after it with stats.do. For example:

    https://www.dev45692/service-now.com/stats.do

    The metadata includes:

    Build name: Quebec
    Build date: 03-01-2021_1225
    

    Each instance runs in a servlet. Scroll down further to see that your servlet is running CentOS Red Hat 4.8.5-44:

    OS Configuration
    Linux version 3.10.0-1160.25.1.el7.x86_64 (mockbuild@kbuilder.bsys.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-44) (GCC) ) #1 SMP Wed Apr 28 21:49:45 UTC 2021
    Load average: 16.35 16.03 16.23 6/8770 98926
    Processor model: AMD EPYC 7551P 32-Core Processor
    Processors: 64
    Processor bogomips: 3992.47
    

Two or three new versions of ServiceNow are built and released each year for upgrade, each named, in alphabetical order, by a city name:

  • Aspen Dec 2011
  • Berlin July 2012

  • Calgary Feb 2013
  • Dublin 2013

  • Eureka May 2014
  • Fuji March 2015

  • Geneva Dec 2015
  • Helsinki May 2016

  • Istanbul Jan 2017
  • Jakarta July 2017

  • Kingston (Jamaica) Q1 2018
  • London Q3 2018

  • Madrid Q1 2019
  • New York Q3 2019

  • Orlando Q1 2020
  • Paris Q3 2020

  • Quebec Q1 2021
  • Rome Q3 2021

  • San Diego Q2 2022
  • Tokyo Q4 2022

Request a Personal Developer Instance (PDI) running an Early Availability release for yourself. oh$avemefromDelta2

Pricing

CAUTION: ServiceNow adjusts its pricing models or licensing metrics for products when new family releases roll out, so avoid surprises.

Each user type has a different price based on the rights in functionality, with requesters having the least amount of rights and fulfillers having the most.

Service Management (ITSM)

“Service Management” appears at the top banner as a tagline next to the logo.

Gartner ranked ServiceNow the leading ITSM vendor for the past 6 years:

ServiceNow’s ITSM market share is more than four times that of its closest competitor. ServiceNow has over 6,900 customers, 80% of the Fortune 500. Zoom uses ServiceNow to support customer service.

STAR: ServiceNow’s Developer Glossary

Unlike Salesforce, much of the vocabulary and workflow ServiceNow automates is based on industry ITIL standards first codified (with certification exams) in the UK, but now adopted in most languages across the world. Professionals take exams to ensure they know that many ITIL terms and concepts. Among the 26 domains of knowledge in ITIL v3 are:

  • IT Asset Management
  • IT Business Management (ITBM)
  • IT Change Management
  • IT Operations Management
  • HR Service Delivery
  • Customer Service Management (CSM)
  • GRC (Governance, Risk, and Compliance)
  • ITSM (IT Service Management)
  • etc.

ITIL presents the view on how to do ITSM.

At the heart of ITSM (Information Technology Service Management) is tracking of incidents (problems) and tickets. A ticket is request logged on a work tracking system detailing an issue that needs to be addressed or task that must be performed.

A problem relates to prevention of incidents.

ITIL describes use of a CMDB (Configuration Management DataBase). Data stored in a CMDB include lists of assets (referred to as configuration items) and the relationships among them. The CMDB aids the organization in performing service management processes such as incident management, change management and problem management, and is also an essential resource for decision-makers needing information to improve cost, quality and the performance of IT Services offered by the organization.

  1. Click the icon at the lower-left corner to minimize and reveal Navigator text.

  2. Alternately, click the filter icon at the top to type in the Filter navigation field near the upper-left of the screen.

    Self-service

  3. The Self-service application is at the top of the menu.

    snow-self-service-menu-jakarta-177x595

    Each indented item is a “module”.

    An arrow icon is to the left of each category.

    Enjoy the content frame.

  4. To scroll down the Application Navigator menu at the left, cursor anywhere on the list and on the Mac Trackpad move two fingers up.

    Service Catalog

  5. Menu item “Service Catalog” is an ITIL term about hardware equipment and software.

    “Request Items” track Service Catalog items requested.

    An incident is something that’s broken – an unplanned interruption to an IT service (some reduction in the quality of an IT service).

    “NLQ” is Natural Language Query.

    “NLU” is Natural Language Understanding.

    A MID (Management, Instrumentation, and Discovery) server is (PDF) runs a Java application on your local network.

    MID Servers facilitate communication and data movement between a single ServiceNow®instance and external applications, data sources, and services. VIDEO

    Menu item “Connect Chat” creates another browser tab.

    Search “perform” for Performance Analysis (PA). Explanations: VIDEO, VIDEO

    Search “reports”

JavaScript

Unlike Salesforece, ServiceNow does not require use of proprietary programming languages (such as ABAP).

On both client and server, JavaScript is the language used, with Script Includes, UI Macros.

AngularJs (not Angular 2) is the frontend framework ServiceNow currently uses.

PROTIP: Demo and development instances are delivered with pre-loaded sample data which includes employees, incidents, assets, and locations. Sample locations include real addresses to Hooters restaurants (1111 W 120th Ave, Westminster CO, 1211 13th Avenue Dr Se, Hickory NC, etc.).

Platform

ServiceNow offers a “single pane of glass” for ITSM – a single source of record in the cloud (SaaS).

ServiceNow’s “digital workflows that transform the world of work” refers to a suite based on

VIDEO: AI Virtual Agents.

Features:

  • No code/low code development
  • Intelligent business apps
  • No proprietary coding languages required
  • Mobile-first approach
  • IT governance and control

App Enngine

VIDEO: To automate processes such as approvals, tasks, and notifications, the Flow Designer is used for designing Flows, Subflows, Actions, Action Steps, Spokes.

Each reusable “spoke” is an integration within IntegrationHub (IH). Connection aliases provides a way to determine connection and credential details at run-time.

The Service Graph Connector Program integrates Avantra, which to load third-party data into the system.

Platform LATEST INNOVATIONS

  • Machine learning
  • Intelligent chatbot
  • Performance analytics
  • AI-powered search
  • Process optimization
  • UI builder

Studio

snow-right-click-menu-2021.png Right-click anywhere on the gray bar at the top for this menu:

ServiceNow provides a single consistent set of UI features and workflows adopted by many modules: system properties, applications, Studio, tabs, tables, relationships, views, fields, transform maps, elements, variables, reports, roles, rows, sorting, filters, busines rules, notifications, etc.

Another historical vestige are references to “GlideRecord” (abbreviated “gr”) because ServiceNow was prevously known as “Glidesoft”. Rumor has it that while founder Fred Luddy was coding on a plane, he heard a pilot announce his plane would be “gliding” to their destination.

Studio keyboard shortcuts:

  • command + shift + O = Go to
  • command + shift + C = Create
  • command + shift + F = Find (Search)
  • command + shift + X = Close current tab

Low-code platform

ServiceNow’s “Now” servicenow.com/nowplatform.html is a whole low-code platform, like Salesforce. Personas it supports: PDF: Data Sheet

  • IT workflows
  • Employee workflows
  • Customer workflows (customer service engine)
  • Creator workflows

https://www.servicenow.com/lpebk/now-platform-reference-guide.html

  1. Services Forrester Low-Code platforms https://reprints2.forrester.com/#/assets/2/228/RES161668/report

https://techilaservices.com/blog/salesforce-vs-servicenow/

Architecture

multi-tenancy?

Certifications

Premier partners include all top consulting services firms.

ServiceNow partners cover training and exam costs because their partner tier is tied to the number of employees who hold accreditation.

Mainline Certifications

To take an exam, in https://nowlearning.service-now.com/lxp select Content Type “Certification”.

With all exams, answer 60 questions in 90 minutes using WebAssessor. The mainline certs:

CIS (Certified Implementation Specialist)

CAD (Certified Application Developer)

CAS (ServiceNow Certified Application Specialist)

CSA (ServiceNow Certified System Administrator) PDF is the entry-level certification. Candidates can complete either a $2,095 three‑day ServiceNow Fundamentals training course or the on‑demand ServiceNow Fundamentals training course.

  1. User Interface & Navigation (20%)
    • ServiceNow Overview
    • Lists and Filters
    • Forms and Templates
    • Branding

  2. Collaboration (20%)
    • Task Management
    • Notifications
    • Reporting

  3. Database Administration (30%)
    • Data Schema
    • Application/Access Control
    • CMDB
    • Import Sets

  4. Self-Service & Process Automation (20%)
    • Knowledge Management
    • Service Catalog
    • Flow Designer

  5. Introduction to Development (10%)
    • Scripting
    • Migration and Integration
    • Development

https://www.servicenow.com/success/now-value/nowcreate.html ServiceNow Now Create methodology

Micro Certifications

Micro-certification Assessment Simulators include:

Micro-certification Assessment Simulators include (PDFs):

  • Business Continuity Management
  • CMDB Health
  • Configure the CDMB
  • DevOps - pipeline change requests are created for the application in DevOps > Pipeline Change Request as a result of the code commit changes deployed to the appropriate application environments (i.e. UAT, Production).
  • Performance Analytics Assessment
  • Virtual Agents

Leadership

Acolades:

  • 2020 list of FORTUNE World’s Most Admired Companies.®
  • Forbes Top 100 innovators
  • #1 on FORTUNE® Future 50 2020

“NOW” is ServiceNow’s NYSE (New York Stock Exchange) trading symbol, a constituent of the Russell 1000 index. The stock rose 37% in 2020, outperforming Microsoft and others.

ServiceNow had a NPS (Net Promoter Score) of 52 in 2021 (in a range from -100 from 100) which is among the highest within the Top 100 brands (on par with Harley Davidson, Intel, and Tiffany, but under the top NPS of 79 by Costco).

By contrast, Salesforce NPS was -10 in 2021.

ServiceNow’s Safe Workplace suite” includes apps for employee health screening and workplace safety management. The dashboard, providing visualizations for data collected from the apps, will be overlaid with a map comprised of aggregated public data on infection rates.

CEO since November 2019, Bill McDermott, previous was CEO at SAP since 2002. In 2014 he published his memoir “Winners Dream: A Journey from Corner Store to Corner Office”. He is now working on another book. Since July 2015, he wears dark sunglesses after falling down stairs while holding a water glass lashed his face and cut his left eye.

“The outlook that I have now is so calm, so clear, so in control that it’s almost awe-inspiring even to me,” he said. “I’m like, ‘How could I get this lucky?’ That’s how I feel.”

Chirantan “CJ” Desai is Chief Product and Engineering Officer

https://www.wikiwand.com/en/ServiceNow says ServiceNow began in Santa Clara, CA 2006 and IPO’d in 2012. Acquisitions: May 2021 Lightstep. Aug 2021 Mapwize.

According to Gartner: Customers with large numbers of occasional users struggle to justify its role-based named user licensing model and Gartner has observed low adoption of its all-user licensing model alternative.

Training

Leveraging Lists and Filters in ServiceNow Mar 16, 2021 by Danny Jessee

https://app.pluralsight.com/library/courses/managing-it-services-with-itil-executive-briefing/table-of-contents

https://www.udemy.com/topic/servicenow-certified-system-administrator/ 11hr ServiceNow Certified System Administrator Courses</a> by Mark M. Miller and Singa Code

https://www.udemy.com/course/the-complete-servicenow-system-administrator-course/ The Complete ServiceNow System Administrator Course

https://www.basicoservicenowlearning.in/

https://www.youtube.com/basicoservicenowlearning

Gaurav Tripathi’s Developer training VIDEO: SASSWITHSERVICENOW playlist

https://www.servicenow.com/events/on-demand-webinars.html OnDemand videos require registration

Social

https://community.servicenow.com/community store

https://www.twitch.tv/servicenowdevprogram

https://www.youtube.com/watch?v=rJb0YDSCATo&list=RDCMUCCBQU8mlFrElxQNR2mo-gLg&start_radio=1&rv=rJb0YDSCATo ServiceNow - Now Community YouTube channel

  1. Join the ServiceNow Product Lab Insider Program to influence ServiceNow products, roadmap strategy and workflows as part of our research community.

https://community.servicenowproductlab.com/

https://twitter.com/servicenow?lang=en

https://www.youtube.com/playlist?list=PLtPPHGXv_JpmhypERyQKm5zO2Wd65QinB

https://blogs.servicenow.com/category/life-at-now.html

Annual customer convention https://events.servicenow.com/widget/servicenow/knowledge2021/library “KnowledgeNow”

https://www.servicenow.com/now-at-work.html get$ervicenow2andgetituQuickly https://knowledge.servicenow.com/creatorcon.html CreatorCon helps you build workflow apps fast on The Now Platform App Engine. Find on-demand sessions for seasoned pros, or those just getting started.

https://www.linkedin.com/company/servicenow/

https://www.linkedin.com/in/jasonwojahn/

https://www.staveapps.com/ Supply Chain & Security Solutions built on ServiceNow

What is ServiceNow? VIDEO: Now with Troy.

https://www.reddit.com/r/servicenow/