- Mastering ServiceNow Scripting
- Andrew Kindred
- 366字
- 2021-06-24 19:08:37
Configuration versus customization
ServiceNow instances are complex. There are a great many ways in which they can be changed, and often, there are several ways to achieve the same goal using different techniques. These changes can be done through configuration and customization.
Configuration uses the ServiceNow interface to set up rules, conditions, and other configurations, like global system properties and filters. This is often made by using a series of drop-down lists.
We can see an example of this in a business rule as follows:

In Figure 1.1 we can see filter conditions and and the values to set based on the filter. This configuration example uses no code and is preferable to customization. This type of filtering is seen across the ServiceNow platform.
Most system administrators will be able to administer their instance with configuration alone. A configured instance will suffice for a certain level of functionality on an instance, and, if you are trying to achieve a goal where configuration is available, it is usually the best option.
Customization is when an administrator uses scripts to allow an instance to perform further tasks beyond what configuration can do alone. ServiceNow is extremely open-ended, and the ability to write scripts at multiple points when loading and submitting forms makes it very versatile.
A customization might be to write a script to add a date validation on a field and show a message or clear the field if an incorrect value is entered. Custom scripts are to be managed by the creator, as ServiceNow is not responsible for the code. Therefore, if you start to move into the customization route, make sure you know what you are doing.
As the creator will need to maintain the script created, they will also need to ensure that it will still function when an instance of ServiceNow is upgraded.
- Natural Language Processing Fundamentals
- Java實用組件集
- 教父母學(xué)會上網(wǎng)
- Getting Started with Containerization
- 離散事件系統(tǒng)建模與仿真
- 人工智能工程化:應(yīng)用落地與中臺構(gòu)建
- Expert AWS Development
- INSTANT Varnish Cache How-to
- RPA(機器人流程自動化)快速入門:基于Blue Prism
- 單片機技術(shù)一學(xué)就會
- 悟透AutoCAD 2009案例自學(xué)手冊
- 精通數(shù)據(jù)科學(xué):從線性回歸到深度學(xué)習(xí)
- 過程控制系統(tǒng)
- 網(wǎng)絡(luò)服務(wù)器搭建與管理
- ZigBee無線通信技術(shù)應(yīng)用開發(fā)