- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
Hi ServiceNow Community ,
Whats the best way to master client and server side scripting
Regards ,
Saad
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
Hi @Saadiii
You can follow the below channel :-
https://youtube.com/playlist?list=PLKH9bPqlw1nekIBUOPh5tAfXoPCFHrL5X&si=7_8-j_jm_NQNLkcg
If you found my response helpful, I would greatly appreciate it if you could mark it as "Accepted Solution" and "Helpful."
Your support not only benefits the community but also encourages me to continue assisting. Thank you so much!
Thanks and Regards
Ravi Gaurav | ServiceNow MVP 2025,2024 | ServiceNow Practice Lead | Solution Architect
CGI
M.Tech in Data Science & AI
YouTube: https://www.youtube.com/@learnservicenowwithravi
LinkedIn: https://www.linkedin.com/in/ravi-gaurav-a67542aa/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
@Saadiii ,
You can first go through all the APIs used there in servicenow and get a good basic understanding of both client-side and server-side scripting. There are plenty of YouTube channels and official documentation available on the internet to help you with this.
After that, I would suggest practicing scenario-based tasks, starting from easy ones and gradually moving to harder levels. For this, you can also make use of AI tools like ChatGPT to generate tasks and guide you through the solutions.
Hope it helps!
Shashank Jain

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago - last edited 2 weeks ago
Hi Saadiii,
I would suggest picking an OOB object, like Incident, and just dig into the configuration (Business Rules, Client Scripts, UI Actions, etc.) that they have created for it already. It will give you a good feel for the code tactics being used on both sides (client/server). To get started, just open an incident and right-click/Configure All to see all these items. Just browse them one at a time to get you going... i.e., pick a script and follow it through all the way to make sure you understand what it is doing. If it calls a script include, go check that out too so you understand what it is doing/returning to the original script, etc.
Also, refer to docs for understanding the platform objects you find in the code (e.g., GlideRecord):
https://www.servicenow.com/docs/
Once you get a feel, play around with customizing or creating your own within a PDI. Sign up on the Developer site, if you haven't already.
Good luck,
-Brian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
Register for below on-demand courses and that would help to improve scripting knowledge,
Go through learning plan for Application Developer
Practice what you learn in PDI and watch YouTube videos related to the topic to grasp the content easier.
If this helped to answer your query, please mark it helpful & accept the solution.
Thanks,
Bhuvan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
Hi @Saadiii
You can follow the below channel :-
https://youtube.com/playlist?list=PLKH9bPqlw1nekIBUOPh5tAfXoPCFHrL5X&si=7_8-j_jm_NQNLkcg
If you found my response helpful, I would greatly appreciate it if you could mark it as "Accepted Solution" and "Helpful."
Your support not only benefits the community but also encourages me to continue assisting. Thank you so much!
Thanks and Regards
Ravi Gaurav | ServiceNow MVP 2025,2024 | ServiceNow Practice Lead | Solution Architect
CGI
M.Tech in Data Science & AI
YouTube: https://www.youtube.com/@learnservicenowwithravi
LinkedIn: https://www.linkedin.com/in/ravi-gaurav-a67542aa/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
I have watched all your client and server side scripting from start , i found those videos very helpful and i would recommend to watch your videos .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
Hi @Saadiii
May this post help you
Solucionado: Client Side vs Server Side - ServiceNow Community