The CreatorCon Call for Content is officially open! Get started here.

ServiceNow and JavaScript

chuymendez
Tera Contributor

Hello Everyone!
I am currently enrolled in the SysAdmin path but I am also wondering, how much JavaScript must one know in order to use it with ServiceNow ? 

3 ACCEPTED SOLUTIONS

Sandeep Rajput
Tera Patron
Tera Patron

@chuymendez ServiceNow has taken various low code/no code initiatives in form of Flow designer, App Engine Studio, Catalog Builder, Table builder etc. If you are in role of a System Administrator, you would barely need scripting as most of the day to day job can be easily accomplished by various configuration available on the platform.

 

However, if you are planning to implement some complex use cases. javascript would be needed to create client scripts, business rules and script includes. Learning Javascript is fairly easy and one can easily learning from w3schools.com.

 

Hope this helps.

View solution in original post

Harish KM
Kilo Patron
Kilo Patron

Hi @chuymendez You would need to know below concepts from Javascript and then servicenow API.

Statements And Syntax in JavaScript

Components of JavaScript statements

Variables

Types of Variables in JavaScript

Operators in JavaScript

Data Types in JavaScript

Strings

Datatype Conversions

Conditions

Type of conditions

Loops

Functions

Arrays

Strings

Objects

JSON

Rest API

 

Regards
Harish

View solution in original post

Dr Atul G- LNG
Tera Patron
Tera Patron

HI @chuymendez 

 

Greetings!!

 

Learning is always good , but yes it is important to know how to start and where to start. JavaScript is required in SN world but the way SN is changing to Low code / No code it is not required to have very deep knowledge.

 

Please follow Chuck Tomasi video to learn Java Script.

 

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

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************

View solution in original post

Learn JavaScript directly through examples on the Now Platform
11 REPLIES 11

Nivedita Patil
Giga Sage

Hi @chuymendez ,

 

You can go through the  'Learning JavaScript '  course from now learning platform.

 

Mark my answer as accepted solution and helpful if helps you.

 

Thanks,

Nivedita Patil.

AndersBGS
Tera Patron
Tera Patron

Hi @chuymendez ,

 

It really depends on what you would like to work with: Developer, admin or processes. Some basic understanding of Javascript is recommended but not a requirement.

 

If my answer has helped with your question, please mark my answer as accepted solution and give a thumb up.

 

best regards

Anders

If my answer has helped with your question, please mark my answer as the accepted solution and give a thumbs up.

Best regards
Anders

Rising star 2024
MVP 2025
linkedIn: https://www.linkedin.com/in/andersskovbjerg/

Shivam Techlene
Tera Guru

Hello @chuymendez,

 

Firstly it depends on your role and responsibility in your servicenow team that weather you'll be working on admin, developer or both sides. Then it also depends upon the requirement as in some cases you can achieve most complex requirements without a single line of scripting in ServiceNow or maybe in some cases you need a good amount of scripting to achieve the required functionality.

 

Although ServiceNow promotes the platform as low code/no code, but you need to have basic JavaScript knowledge like datatypes, functions, conditional statements, loops, etc for basic customizations too. So it's good to have it handy at beginning too.

 

If my answer helped your understanding then please mark my answer helpful and correct.

 

Thanks & Regards,

Shivam Jaiswal

 

Thanks & Regards,
Shivam Jaiswal

Hi @chuymendez,

 

Any updates on this?

Were you able to utilize my answer to reproduce the requirement?

 

Kindly mark my answer helpful and correct if it helps to fulfill your requirement or helps you gaining knowledge to achieve it.

 

Thanks & Regards,

Shivam Jaiswal

Thanks & Regards,
Shivam Jaiswal

Dr Atul G- LNG
Tera Patron
Tera Patron

HI @chuymendez 

 

Greetings!!

 

Learning is always good , but yes it is important to know how to start and where to start. JavaScript is required in SN world but the way SN is changing to Low code / No code it is not required to have very deep knowledge.

 

Please follow Chuck Tomasi video to learn Java Script.

 

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

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************
Learn JavaScript directly through examples on the Now Platform