Hello Everyone, I am new to the community

Sudhir10
Tera Contributor

Hello Everyone, 

 

I am new to the community. I want start the ServiceNow's Client script. Can anyone let me know the best content for it, so I can easily understand the concept?

 

Thanks.

5 ACCEPTED SOLUTIONS

Sandeep Rajput
Tera Patron
Tera Patron

@Sudhir10 Please refer to Chuck Tomasi's tutorial videos for learning Javascript on the now platform https://www.youtube.com/watch?v=nK1aPdGyGak

 

This video series is highly recommended for those who want to learn Javascript on the now platform.

 

This is a complete series of 54 videos where Chuck has given superb explanations on this topic.

 

You can also refer to the now learning course https://nowlearning.servicenow.com/lxp?id=learning_course_prev&course_id=8cdb2ad5975de9505b0b7ec1115...

 

Please mark this answer helpful and correct if it addresses your question.

View solution in original post

An introduction to what this video series is about (and not about), who it is for, and how to get started. This video also includes examples that you can download and test for yourself to get started writing JavaScript on the Now Platform. Code snippets are available at: https://bit.ly/sn-js

Aniket Chavan
Tera Sage
Tera Sage

Hello @Sudhir10 ,

 

Please refer the below videos which are specially about client scripts in servicenow, those will cover almost all points and types with simple explanation and also you can refer other videos as well if you want.

 

Also one important point want to highlight that go through the below video as well, which is for how we can call script include in client script and you will need to learn this since we cannot directly use glide record method in client scripts.

 

Let me know your views on this and Mark Correct if this solves your query and also mark 👍Helpful if you find my response worthy based on the impact.

 

Thanks,

Aniket

View solution in original post

Prathamesh G
Kilo Sage
Kilo Sage
Please refer below Servicenow Development Training video for the undertanding of ServiceNow Client Script Types: 1.Onload Client Script- ServiceNow (Covered all Sections) https://www.youtube.com/watch?v=xjtkfH0KTH8&feature=youtu.be 2. OnChange Client Script- ServiceNow (Covered all Sections) ...
Hello Guys, Welcome to SAASWITHSERVICENOW. This is short series of learning Client Scripts in ServiceNow in details. In this series you will learn about different types of client scripts, their major scenarios and practical examples. What is Client Script in ServiceNow A Client Script is a ...
If you want to support my channel then Buy me a coffee. https://www.buymeacoffee.com/saaswnow I am excited to inform you all that I am going to start new Video series for ServiceNow Developer Training. This is the first video of the training. How this training will help you:- You will be able to ...

Harish Bainsla
Kilo Patron
Kilo Patron

Hi

first start with javascript because it will clear your concept for javascript follow below link

https://youtu.be/62Nabpb94Jw?si=En5C3lj1z6XMrVq1

after that go with client side api with method for example glide form, glide user

for glide form check below link

https://blog.snowycode.com/post/glide-form-cheat-sheet

then take any youtube channel and do practise on your pdi

View solution in original post

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 ...

Nivedita Patil
Mega Sage
Mega Sage

Hi @Sudhir10 ,

 

 Go through the below link.

https://developer.servicenow.com/dev.do#!/learn/learning-plans/vancouver/new_to_servicenow/app_store...

 

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

 

Thanks,

Nivedita Patil.

View solution in original post

7 REPLIES 7

Sandeep Rajput
Tera Patron
Tera Patron

@Sudhir10 Please refer to Chuck Tomasi's tutorial videos for learning Javascript on the now platform https://www.youtube.com/watch?v=nK1aPdGyGak

 

This video series is highly recommended for those who want to learn Javascript on the now platform.

 

This is a complete series of 54 videos where Chuck has given superb explanations on this topic.

 

You can also refer to the now learning course https://nowlearning.servicenow.com/lxp?id=learning_course_prev&course_id=8cdb2ad5975de9505b0b7ec1115...

 

Please mark this answer helpful and correct if it addresses your question.

An introduction to what this video series is about (and not about), who it is for, and how to get started. This video also includes examples that you can download and test for yourself to get started writing JavaScript on the Now Platform. Code snippets are available at: https://bit.ly/sn-js

Aniket Chavan
Tera Sage
Tera Sage

Hello @Sudhir10 ,

 

Please refer the below videos which are specially about client scripts in servicenow, those will cover almost all points and types with simple explanation and also you can refer other videos as well if you want.

 

Also one important point want to highlight that go through the below video as well, which is for how we can call script include in client script and you will need to learn this since we cannot directly use glide record method in client scripts.

 

Let me know your views on this and Mark Correct if this solves your query and also mark 👍Helpful if you find my response worthy based on the impact.

 

Thanks,

Aniket

Prathamesh G
Kilo Sage
Kilo Sage
Please refer below Servicenow Development Training video for the undertanding of ServiceNow Client Script Types: 1.Onload Client Script- ServiceNow (Covered all Sections) https://www.youtube.com/watch?v=xjtkfH0KTH8&feature=youtu.be 2. OnChange Client Script- ServiceNow (Covered all Sections) ...
Hello Guys, Welcome to SAASWITHSERVICENOW. This is short series of learning Client Scripts in ServiceNow in details. In this series you will learn about different types of client scripts, their major scenarios and practical examples. What is Client Script in ServiceNow A Client Script is a ...
If you want to support my channel then Buy me a coffee. https://www.buymeacoffee.com/saaswnow I am excited to inform you all that I am going to start new Video series for ServiceNow Developer Training. This is the first video of the training. How this training will help you:- You will be able to ...

Harish Bainsla
Kilo Patron
Kilo Patron

Hi

first start with javascript because it will clear your concept for javascript follow below link

https://youtu.be/62Nabpb94Jw?si=En5C3lj1z6XMrVq1

after that go with client side api with method for example glide form, glide user

for glide form check below link

https://blog.snowycode.com/post/glide-form-cheat-sheet

then take any youtube channel and do practise on your pdi

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 ...