- 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.
推薦閱讀
- Mobile Application Development:JavaScript Frameworks
- 微服務(wù)與事件驅(qū)動(dòng)架構(gòu)
- Mastering Scientific Computing with R
- Python應(yīng)用輕松入門
- R的極客理想:工具篇
- C程序設(shè)計(jì)案例教程
- 自制編程語言
- LabVIEW虛擬儀器程序設(shè)計(jì)從入門到精通(第二版)
- 運(yùn)維前線:一線運(yùn)維專家的運(yùn)維方法、技巧與實(shí)踐
- OpenCV with Python Blueprints
- Practical Predictive Analytics
- Getting Started with React VR
- Lync Server Cookbook
- IBM DB2 9.7 Advanced Application Developer Cookbook
- 深入實(shí)踐C++模板編程