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

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.

@Sandeep Rajput appreciate the input!

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

This is very helpful, thank you!