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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2023 07:04 PM
@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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2023 08:35 PM - edited 12-28-2023 08:44 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2023 08:40 PM
Hello @Sudhir10,
Please refer to the below links to be familiar with the ServiceNow Client Script:
1. https://www.youtube.com/watch?v=KmGLoj8v7E4&list=PLuMN6eOcZEDIIoyyboKn1A2zwK-TaUyTu
2. https://www.youtube.com/watch?v=AqUY98OToGY&list=PLzTvAeLiW8Adn4h1ipj56LACysGZKspm1
3. https://www.youtube.com/watch?v=axYFU6O0b8U&list=PLzTvAeLiW8AeO2Ep-qgufgOdLJ5UoA4hf
5. https://www.youtube.com/@ServiceNowDevProgram
If the above solution help in your issue, Please mark the solution as 'Accepted Solution' and also mark it as 'Helpful'.
Thank You!
Prathamesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2023 08:46 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2023 09:01 PM
Hi @Sudhir10 ,
Go through the below link.
Mark my answer as accepted solution and helpful if helps you.
Thanks,
Nivedita Patil.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2023 07:04 PM
@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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2023 08:35 PM - edited 12-28-2023 08:44 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2023 08:40 PM
Hello @Sudhir10,
Please refer to the below links to be familiar with the ServiceNow Client Script:
1. https://www.youtube.com/watch?v=KmGLoj8v7E4&list=PLuMN6eOcZEDIIoyyboKn1A2zwK-TaUyTu
2. https://www.youtube.com/watch?v=AqUY98OToGY&list=PLzTvAeLiW8Adn4h1ipj56LACysGZKspm1
3. https://www.youtube.com/watch?v=axYFU6O0b8U&list=PLzTvAeLiW8AeO2Ep-qgufgOdLJ5UoA4hf
5. https://www.youtube.com/@ServiceNowDevProgram
If the above solution help in your issue, Please mark the solution as 'Accepted Solution' and also mark it as 'Helpful'.
Thank You!
Prathamesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2023 08:46 PM
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