- 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
.
- Hyper-V 2016 Best Practices
- C程序設(shè)計(jì)簡(jiǎn)明教程(第二版)
- Java EE框架整合開(kāi)發(fā)入門(mén)到實(shí)戰(zhàn):Spring+Spring MVC+MyBatis(微課版)
- AWS Serverless架構(gòu):使用AWS從傳統(tǒng)部署方式向Serverless架構(gòu)遷移
- PHP網(wǎng)絡(luò)編程學(xué)習(xí)筆記
- C++程序設(shè)計(jì)基礎(chǔ)教程
- Java設(shè)計(jì)模式及實(shí)踐
- Mastering Apache Spark 2.x(Second Edition)
- JavaCAPS基礎(chǔ)、應(yīng)用與案例
- PySide 6/PyQt 6快速開(kāi)發(fā)與實(shí)戰(zhàn)
- Java零基礎(chǔ)實(shí)戰(zhàn)
- 黑莓(BlackBerry)開(kāi)發(fā)從入門(mén)到精通
- 例解Python:Python編程快速入門(mén)踐行指南
- CryENGINE Game Programming with C++,C#,and Lua
- R語(yǔ)言與網(wǎng)站分析