- ServiceNow Application Development
- Sagar Gupta
- 114字
- 2021-07-03 00:01:05
Approvals
When designing approvals in ServiceNow workflows, we have the option to select user approval or group approval. Over the past years working on ServiceNow, I've realized that it is always better to use group approvals as much as possible since it allows us to add or remove members from a group without any development and changes to the workflow. Even if this group only contains one person, it's still a preferred method. You can also create custom groups for approving any process. In any real-world scenario, it is always recommended to consider all different Approval groups and define them in the system and assign an appropriate role before going live with your application.
推薦閱讀
- 深度實踐OpenStack:基于Python的OpenStack組件開發(fā)
- Web Development with Django Cookbook
- Unity 5.x By Example
- 基于Swift語言的iOS App 商業(yè)實戰(zhàn)教程
- 程序員修煉之道:通向務(wù)實的最高境界(第2版)
- Modular Programming in Java 9
- 利用Python進行數(shù)據(jù)分析(原書第3版)
- 動手學(xué)數(shù)據(jù)結(jié)構(gòu)與算法
- Java Web開發(fā)就該這樣學(xué)
- Access 2010中文版項目教程
- 深入剖析Java虛擬機:源碼剖析與實例詳解(基礎(chǔ)卷)
- Java并發(fā)編程:核心方法與框架
- C陷阱與缺陷
- Clojure Polymorphism
- Visual C++程序設(shè)計與項目實踐