Scripting

Saadiii
Tera Contributor

Hi ServiceNow Community , 
Whats the best way to master client and server side scripting  
Regards , 
Saad

2 ACCEPTED SOLUTIONS

Ravi Gaurav
Giga Sage
Giga Sage

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/

View solution in original post

Shashank_Jain
Kilo Sage

@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!

 

If this works, please mark it as helpful/accepted — it keeps me motivated and helps others find solutions.
Shashank Jain

View solution in original post

11 REPLIES 11

Brian Dailey1
Kilo Sage

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

Bhuvan
Kilo Patron

@Saadiii 

 

Register for below on-demand courses and that would help to improve scripting knowledge,

 

https://learning.servicenow.com/lxp/en/now-platform/scripting-in-servicenow-fundamentals-on-demand-w...

 

https://learning.servicenow.com/lxp/en/now-platform/application-development-fundamentals-on-demand?i...

 

Go through learning plan for Application Developer

 

https://developer.servicenow.com/dev.do#!/learn/learning-plans/yokohama/servicenow_application_devel...

 

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

Ravi Gaurav
Giga Sage
Giga Sage

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/

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 .