- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2023 03:30 PM
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 ?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2023 07:47 PM
@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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2023 07:52 PM
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
Harish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2023 03:30 AM
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]
****************************************************************************************************************

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2023 07:47 PM
@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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2024 03:54 PM
@Sandeep Rajput appreciate the input!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2023 07:52 PM
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
Harish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2024 03:55 PM
This is very helpful, thank you!