- Mastering ServiceNow(Second Edition)
- Martin Wood
- 257字
- 2021-07-08 10:36:39
Deciding to write code
There are very often two way to do things in ServiceNow - point and click, or code. It's a good idea to use the point and click mechanism - it is often highly optimized, portable, maintainable, and upgradable. This book will look at many of these options, and guide you towards using them when possible. But sometimes you need total control. To be a ServiceNow master, you need to write scripts.
ServiceNow has hundreds of places where you can write code. Aside from a very few exceptions, JavaScript is used in all instances. JavaScript is a very flexible and powerful language and is most commonly known for its inclusion in almost every web browser. This has made it almost mandatory for web development these days, with its simple syntax allowing many people to quickly add simple logic to web pages with minimum effort. Taking advantage of this familiarity, ServiceNow uses JavaScript both on the server and client sides.
Using the developer community
Like most platforms, ServiceNow provides a variety of documentation sources. In addition to the product documentation (available at http://docs.servicenow.com), ServiceNow also runs the ServiceNow Developer Program, at http://developer.servicenow.com. This provides a wealth of useful documentation, including tutorials and self-paced training. You may have already used the Developer Program to get a free instance.
Especially useful is the API documentation. These next few chapters will explore the most important capabilities of the ServiceNow platform, but it isn't possible to be totally comprehensive. Dive into the API docs to obtain more examples and insight: https://developer.servicenow.com/app.do#!/api_doc?v=helsinki
.
- DevOps:軟件架構師行動指南
- Mastering RabbitMQ
- Game Programming Using Qt Beginner's Guide
- PHP 7底層設計與源碼實現
- 深入淺出Windows API程序設計:編程基礎篇
- MATLAB應用與實驗教程
- 微信公眾平臺開發:從零基礎到ThinkPHP5高性能框架實踐
- 3D少兒游戲編程(原書第2版)
- Python數據可視化之Matplotlib與Pyecharts實戰
- Modular Programming in Java 9
- Visual C#.NET程序設計
- WebRTC技術詳解:從0到1構建多人視頻會議系統
- Visual C#.NET Web應用程序設計
- Couchbase Essentials
- Java圖像處理:基于OpenCV與JVM