The Zurich release has arrived! Interested in new features and functionalities? Click here for more

Easy ways to learn ServiceNow?

AshleshaR
Kilo Explorer

Hello Experts,

I am new to ServiceNow and want to learn it from scratch. Can anyone suggest me what Can I do?

 

1 ACCEPTED SOLUTION

svirkar420
Giga Guru

Hi @AshleshaR ,

 First of all welcome to ServiceNow, getting back to business If you want to learn ServiceNow from beginning I would suggest you to go from some very helpful YouTube channels.

This really helped me

SAAS with ServiceNow - https://youtu.be/QxU-JrfA824

Snow expert - https://youtu.be/Jen9x45DCFw

For scripting - 

ServiceNow - https://youtu.be/62Nabpb94Jw

Hope this helps you, All the best!

 

And, don't forget to Mark this solution as accepted and helpful as it will be helpful for other users and readers as well.
Best Regards.

Saurabh V.

View solution in original post

Hey Everyone, My name is Pritam and welcome to my channel @techwithpri . I am starting a new technical series called Servicenow and this is the intro video for that. Please watch the complete the full video to understand the road map and the sections or topics I am going to cover throughout this ...
JavaScript on the Now Platform enables you to create more complex logic and user experiences. This video series introduces you to the JavaScript language specifically tailored to its use in the Now Platform. Lab exercises in this series give you experience from basic syntax to flow control to ...
If you want to support me then by me a coffee- https://www.buymeacoffee.com/saaswnow Please Note : This training has been prepared in Orlando version of ServiceNow. About The Training This training will cover everything you need to know in order to get started with administering a ServiceNow ...
9 REPLIES 9

Bhuvan
Kilo Patron

@AshleshaR 

 

Below is a high level plan you can use for reference. 

 

Go through ServiceNow fundamentals on-demand course and get certified in ServiceNow CSA.

 

https://learning.servicenow.com/lxp/en/now-platform/certified-system-administrator-csa-learning-path...

 

You can go through scripting and development concepts as it would help you with any ServiceNow modules that you would be working in future,

 

https://developer.servicenow.com/dev.do#!/learn/learning-plans/zurich

 

https://developer.servicenow.com/dev.do#!/learn/courses/zurich/app_store_learnv2_scripting_zurich_sc...

 

Make use of your PDI to full extent to practice what you learn as hands-on would be the most essential part of your learning phase

 

https://developer.servicenow.com/dev.do#!/guides/zurich/developer-program/pdi-guide/personal-develop...

 

Register with ServiceNow University and go through course contents.

 

https://learning.servicenow.com/

 

Developer learning plans are easier to understand the modules compared to official documentation and would recommend to start learning in phases, start with New to ServiceNow and later ServiceNow Administration followed by ServiceNow Application Developer,

 

https://developer.servicenow.com/

 

Go through ITSM and Application Development Fundamentals on-demand courses and get certified in CIS-ITSM and CAD.

 

If you need any help, you can post in communities and experts can guide you. There are lots of YouTube videos available depending on your topic of interest and thousands of useful blogs available in ServiceNow communities. You can search in communities and YouTube and follow what suits your learning style the best.

 

Congratulations on your ServiceNow journey !

 

If this helped to answer your query, please mark it helpful & accept the solution. As per community guidelines, you can accept more than one answer as accepted solution.

 

Thanks,

Bhuvan

@AshleshaR 

 

Did you get a chance to review this ?

 

As per community guidelines, you can accept more than one answer as accepted solution. If my response helped to answer your query, please mark it helpful & accept the solution.

 

Thanks,

Bhuvan

M Iftikhar
Mega Sage

@AshleshaR 

1. Start with the Basics
Understand What ServiceNow Is: ServiceNow is a cloud-based platform providing IT Service Management (ITSM), but it has grown into a full enterprise platform (HR, CSM, Security, etc.). The core is tables, forms, lists, workflows, and the Now Platform.
Set up a Personal Developer Instance (PDI) ServiceNow Developer Site

Create a free account, request your own ServiceNow instance, and practice everything hands-on. This is the best way to learn.

2. Learn the Fundamentals

ServiceNow Fundamentals Training (Free) ServiceNow Fundamentals On-Demand

(Sign in with your developer account; it covers UI, navigation, tables, lists, forms, and basic app building.)

Key Concepts to Focus On Early:

Navigation (lists, forms, filters, breadcrumbs)

Tables & Fields (dictionary, schema map)

Users, Roles, and Groups (security)

Service Catalog & Record Producers

Workflows & Flow Designer

3. Practice with Scripting

Once you’re comfortable, start learning Glide scripting:

Server-side: GlideRecord, GlideSystem, Business Rules, Script Includes

Client-side: Client Scripts, UI Policies, UI Actions
Learn Scripting Basics

4. Build Small Applications

Try building simple apps, this will teach you how to combine forms, lists, flows, and catalog items into a usable app.

5. Explore Specialized Areas

Depending on your career interest:

For ITSM → Learn Incident, Problem, Change, CMDB.

For CSM → Learn about customer cases and portals.

6. Join the Community & Keep Learning (ask, answer, share knowledge)

ServiceNow Docs (Always follow official product documentation)

7. Certifications (Optional but Valuable)

Once you’ve practiced:

Certified System Administrator (CSA) – First certification to prove your knowledge.

 

Thanks & Regards,
Muhammad Iftikhar

If my response helped, please mark it as the accepted solution so others can benefit as well.