What is the basic understanding of scripting?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2024 06:20 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2024 06:11 AM
Hi @JeannineBar ,
Firstly you should be knowing the difference between Client Script (Client-Side) and Business Rules (Server-Side). Then you should be knowing when the script should be running ( Client Script - onLoad, onSubmit, onChange, onCellEdit) or should be triggered ( Business Rules - Before, After, Async, Display ).
Additionally you can go through this for added knowledge - Scripting Overview | Scripting Basics - ServiceNow Community
If you find this helpful, mark it as helpful
Thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2024 06:43 AM - edited 05-13-2024 06:44 AM
ServiceNow uses Javascript as the basic scripting language, so that is one of the things you should know.
Knowledge of HTML & CSS would would help too if you work on portal.
Ui Pages use Jelly Scripting.
And then the link form now learning provided by Keshav is there as a starting point to make you familiar with ServiceNow APIs
And As you advance there are a whole lot to learn like integrations, ML , AI etc.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2024 06:45 AM
Its all about logic and you need to able to script logically.
If its servicenow then you can start from here > https://www.youtube.com/watch?v=nK1aPdGyGak
I started here since 6years ago....
☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2024 07:25 AM
Hi @JeannineBar ,
You can go through below links to understand scripting,
https://docs.servicenow.com/bundle/washingtondc-api-reference/page/script/topic/c_Script.html
https://www.youtube.com/watch?v=nK1aPdGyGak
Please mark this comment as Correct Answer/Helpful if it helped you.
Regards,
Swathi Sarang