We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

I want to practice client scripts,business rules,script includes,UI policies,UI actions , GlideAjax and other types of scripting on my personal instance .Can anybody tell how should I proceed?

snowindia
Kilo Contributor

I want to practice client scripts,business rules,script includes,UI policies,UI actions , GlideAjax and other types of scripting on my personal instance .Can anybody tell how should I proceed?

1 ACCEPTED SOLUTION

Shiraz2
Mega Guru

There are lots of materials available. However, ServiceNow's site is amazing. Whatever I know, I learnt from there and from this fantastic community. Use the following links to check out their Learning Section and Documentation section.



https://developer.servicenow.com/app.do#!/training/landing?v=helsinki  



This will give you a good start.


View solution in original post

5 REPLIES 5

Shiraz2
Mega Guru

Hello Rohit,



I did not face this particular issue, however, I did face similar problems. This kind of issue happens when you are working on an application that is not in the Scope. To explain this, think of an Application Scope as a Container. So for example, you have Application ABC in Application container 1 , Application XYZ in Application container 2 and so on and so forth. And than there is an Application Scope called "Global". Let's say you are working in Application ABC but the Application container you have selected is Application container 2; you will get these kinds of errors. you need to familiarize yourself with Application Scope. the link is below:



Application Scope - ServiceNow Wiki



The Mechanical Gear on the Top right hand corner, show which application you have selected:



find_real_file.png



I hope this helps.