Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
ServiceNow Admin & Developer Full Course-From Zero to Expert
Rating: 3.7 out of 5(9 ratings)
47 students

ServiceNow Admin & Developer Full Course-From Zero to Expert

Master ServiceNow Admin & Developer skills the simplest way — from basics to expert with clear, practical examples.
Created byNani Reddy
Last updated 5/2026
English

What you'll learn

  • Configure and manage core ServiceNow ITSM modules including Incident, Problem, Change, and Request Management.
  • Create and customize forms, catalog items, workflows, client scripts, and business rules using real-time examples.
  • Perform administration tasks like user, role, and group management, ACL configuration, and data security.
  • Develop and integrate ServiceNow applications using Glide APIs, Script Includes.
  • Design and build custom ServiceNow applications with real-time business logic using scripts and UI policies.
  • Develop Scripted REST APIs and automate workflows using Flow Designer and Script Includes.
  • Debug, test, and deploy ServiceNow applications using update sets and real-time implementation practices.
  • Leverage GlideRecord, GlideSystem, and GlideAjax APIs to perform complex server-client interactions.
  • Build end-to-end ServiceNow projects covering Admin, Development, and Integration tasks with hands-on practice.

Course content

4 sections67 lectures42h 5m total length
  • Introduction to ServiceNow & Software Development Life Cycle (SDLC)50:23

    In this session, students will get a complete introduction to ServiceNow — its purpose, key features, and role in enterprise IT service management. The lecture also explains the Software Development Life Cycle (SDLC) process, highlighting how ServiceNow projects follow different SDLC phases like requirement gathering, design, development, testing, and deployment. By the end of this session, learners will clearly understand what ServiceNow is and how SDLC ensures structured development within the platform.

  • Understanding User Privileges, Groups, and Roles in ServiceNow54:22

    In this session, students will learn how user access is managed in ServiceNow using users, groups, and roles. You’ll understand how to assign roles, group users, and control access permissions effectively.

  • Advanced User Administration in ServiceNow22:03

    In this session, students will explore advanced concepts of user administration in ServiceNow. Learn to manage complex role hierarchies, group memberships, and user access policies for secure instance management.

  • System Shortcuts to Open Forms and Lists in ServiceNow36:53

    In this session, students will learn quick navigation shortcuts in ServiceNow to open forms, lists, and records efficiently. Understand time-saving tips that boost productivity while working on the platform.

  • ServiceNow Versions, UI Overview, Logo Change & Basic Configurations34:49

    In this session, students will explore different ServiceNow versions, understand various user interfaces, and learn how to personalize the instance by changing the logo and performing basic configurations.

  • ServiceNow Versions, UI Overview, Logo Customization & Basic Configuration19:33

    In this session, students will learn about different ServiceNow versions, explore various user interfaces, and perform instance personalization tasks such as changing logos and applying basic configurations.

  • Basic Configurations and Different User Interfaces in ServiceNow5:36

    In this session, students will learn how to perform essential configurations in ServiceNow and explore the differences between various user interfaces such as UI16, UI15, and the Next Experience interface.

  • ITSM Overview and Incident Life Cycle in ServiceNow42:48

    In this session, students will understand the IT Service Management (ITSM) process and the complete Incident Life Cycle in ServiceNow—from incident creation to resolution and closure, following ITIL best practices.

  • ITSM Problem Management and Life Cycle in ServiceNow15:52

    In this session, students will explore the Problem Management process in ServiceNow. Learn each stage of the Problem Life Cycle—from identification to root cause analysis, resolution, and closure following ITIL standards.

  • ITSM Change Management and Life Cycle in ServiceNow48:33

    In this session, students will learn the complete Change Management process in ServiceNow. Understand the Change Life Cycle—from creation, risk assessment, approval, implementation, to closure—aligned with ITIL principles.

  • Wildcard Searches, Filters, and Conditions in ServiceNow1:13:19

    In this session, students will learn how to perform advanced searches in ServiceNow using wildcards, filters, and conditions. Understand how to quickly find records and refine data results for efficient navigation.

  • Understanding Tables and Backend Data Structure in ServiceNow48:45

    In this session, students will explore ServiceNow’s backend structure by understanding how tables store and relate data. Learn about table hierarchy, extensions, and relationships that form the foundation of ServiceNow’s data model.

  • Creating a Sample Application – Columns and Table Design (Part 1)48:24

    In this session, students will start building a sample application in ServiceNow. Learn how to create custom tables and define columns with appropriate data types to design a structured and efficient data model.

  • Creating a Sample Application – Columns and Table Design (Part 2)1:09:22

    In this session, students will continue developing the sample application by adding more columns, refining field types, and configuring reference fields to establish relationships between tables in ServiceNow.

  • Form Design and Layout Configuration in ServiceNow58:49

    In this session, students will learn how to design and customize forms in ServiceNow. Understand how to arrange fields, add sections, and configure form layouts for a better user experience and efficient data entry.

  • Column Creation – Alternate Method and Field Attributes in ServiceNow58:24

    In this session, students will explore another way to create columns directly from the form view and understand key field attributes that define behavior, appearance, and data handling within ServiceNow forms.

  • UI Policies and Policy Actions in ServiceNow39:24

    In this session, students will learn how to create and use UI Policies in ServiceNow to dynamically control form behavior. Understand how Policy Actions can make fields visible, mandatory, or read-only based on conditions.

  • Important Options in UI Policies – Deep Dive in ServiceNow26:27

    In this session, students will explore key configuration options in UI Policies, such as reverse if false, on load, and on change settings. Learn how these options impact form behavior and enhance user interactions.

  • Application and Module Creation in ServiceNow23:29

    In this session, students will learn how to create custom applications and modules in ServiceNow. Understand how to organize tables, forms, and navigation modules to build structured and user-friendly applications.

  • Introduction to Update Sets and Extending Tables in ServiceNow1:09:55

    In this session, students will learn the fundamentals of Update Sets and how they help move customizations between instances. You’ll also understand how to extend existing tables to reuse functionality and maintain data consistency.

  • Dictionary Overrides and Moving Changes in ServiceNow44:59

    In this session, students will explore how Dictionary Overrides work to modify field properties on extended tables without affecting parent tables. Learn how to move these changes across instances using Update Sets effectively.

  • Alternate Way to Move Changes & Handling Preview Errors (Part 1)1:11:40

    In this session, students will learn a second method to move changes between ServiceNow instances and understand how to identify and resolve preview errors that occur during Update Set migrations.

  • Preview Errors, Merging Update Sets & Understanding Update Versions (Part 1)45:52

    In this session, students will learn how to troubleshoot and fix preview errors, merge multiple Update Sets, and explore the concept of Update Versions to track and manage configuration changes in ServiceNow effectively.

  • Access Control Rules (ACL) – Deep Explanation in ServiceNow41:46

    In this session, students will gain an in-depth understanding of Access Control Rules (ACLs) in ServiceNow. Learn how ACLs secure data by controlling user access at the table, field, and record levels with real-time examples.

  • Implementing New ACLs for Tables and Fields in ServiceNow32:10

    In this session, students will learn how to create and apply new Access Control Rules (ACLs) for tables and fields. Understand how to secure data by defining precise read, write, and create permissions in ServiceNow.

  • Introduction to ServiceNow & Software Development Life Cycle (SDLC)
  • Understanding User Privileges, Groups, and Roles in ServiceNow
  • Advanced User Administration in ServiceNow ? Description:
  • System Shortcuts to Open Forms and Lists in ServiceNow
  • ServiceNow Versions, UI Overview, Logo Change & Basic Configurations
  • ServiceNow Versions, UI Overview, Logo Customization & Basic Configuration
  • Basic Configurations and Different User Interfaces in ServiceNow
  • ITSM Overview and Incident Life Cycle in ServiceNow
  • ITSM Problem Management and Life Cycle in ServiceNow
  • ITSM Change Management and Life Cycle in ServiceNow
  • Wildcard Searches, Filters, and Conditions in ServiceNow
  • Understanding Tables and Backend Data Structure in ServiceNow
  • Creating a Sample Application – Columns and Table Design (Part 1)
  • Creating a Sample Application – Columns and Table Design (Part 2)
  • Form Design and Layout Configuration in ServiceNow
  • Column Creation – Alternate Method and Field Attributes in ServiceNow
  • UI Policies and Policy Actions in ServiceNow
  • Important Options in UI Policies – Deep Dive in ServiceNow
  • Application and Module Creation in ServiceNow
  • Introduction to Update Sets and Extending Tables in ServiceNow
  • Dictionary Overrides and Moving Changes in ServiceNow
  • Alternate Way to Move Changes & Handling Preview Errors (Part 1)
  • Preview Errors, Merging Update Sets & Understanding Update Versions (Part 1)
  • Access Control Rules (ACL) – Deep Explanation in ServiceNow
  • Implementing New ACLs for Tables and Fields in ServiceNow

Requirements

  • No prior ServiceNow experience is required — everything will be taught from scratch. Basic computer knowledge and internet access are sufficient. Familiarity with IT concepts or helpdesk processes is helpful but not mandatory. A desire to build a career in ServiceNow Administration or Development. (Optional) Curiosity to explore JavaScript basics will be an added advantage.

Description

Why Take this Course?

l ServiceNow Certified System Administrator exam

l Deeper understanding of ServiceNow

l Master administration on the platform

l Huge demandable in the market

l Will benefit: o Users

o Administrators

o Developers


Chapter -1 (20 + Hours)

1. Introduction ITSM and service now

· What is ITSM and ITIL?

· What is service now?

· Why service now?

· Service now architecture?

· Comparison?

· Versions?

· Job roles?

· What is needed to get a ServiceNow job?


2. Introduction ITSM modules in service now

· Service Request (Catalog)

· Incident Management

· Problem Management

· Change Management

· Knowledge Management

3. Introduction to service now basics

· User Interface

· Records

· Lists and Forms

· Filters and Search

· Condition Builder and Breadcrumb

· Context Menus

· Modifying Lists and Forms


4. User administration

· Creating users, groups, roles, departments, locations, designations, delegate, Imporsonation


5. Configuring home page


6. Tables and Fields

· Tables (Type of Tables)

· Fields and Field type

· Table structure and Schema map

· Table maintenance

· Dictionary

· Reference Qualifier

· .ACL

7. UI Policy

8. Update sets

9. System Administrations

· Basic Configuration and system properties

· Dashboards and Self-services

· Mobiles, Upgrades & HI

· Diagnostics and Troubleshooting

· Events and Notifications

· Workflows

· Import sets

· Reporting

Chapter 2 (20+ Hours)

10. Client scripts

11. Background Script

12. Business rules

13. UI actions, UI Pages, Macros

14. Scheduled Jobs

15. Fixed Scripts

16. Order of Execution Scripts in ServiceNow

17. Service Catalogs

18. Workflows

19. Load Huge Data to the Platfarm

20. Data Source (Diff Sources)

21. Transform Maps

22. Transform Scripts

Who this course is for:

  • Beginners who want to start a career in ServiceNow Administration or Development.
  • Non-IT professionals looking to transition into IT with a high-demand skill.
  • Manual testers, support engineers, or BPO professionals planning to move into ServiceNow.
  • IT professionals who want to upskill in ServiceNow ITSM, workflows, and integrations.
  • Students and fresh graduates aiming to learn ServiceNow from scratch and become job-ready.
  • Anyone curious to understand how real-time ServiceNow projects and ITSM modules work.