Scripting in ServiceNow Fundamentals
Scripting in ServiceNow Fundamentals to learn how to use the ServiceNow JavaScript API, take advantage of the extensibility of ServiceNow, and add new functionality or modify the baseline behavior of an instance. This class begins with client‑side scripting and transitions to server‑side scripting.
Duration: 25hrs
Prerequisites
- ServiceNow Fundamentals course
- Certified System Administrator preferred
- Ability to write, test and debug JavaScript
- Successful completion of Code Academy’s JavaScript course is recommended
- Review the JavaScript Primer
- Familiarity with database tables and columns
Course Content:
- Determine when it is appropriate to script
- Client Scripts
- UI Policies
- Catalog Client Scripts & Catalog UI Policies
- Business Rules
- GlideSystem
- GlideRecord
- Event Management
- Script Includes
- UI Action
- Scripting with Flow Designer
- Develop scripting best practices