- 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.
推薦閱讀
- UI圖標(biāo)創(chuàng)意設(shè)計(jì)
- Mastering JavaScript Object-Oriented Programming
- PHP 7底層設(shè)計(jì)與源碼實(shí)現(xiàn)
- Visual C++實(shí)例精通
- Python GUI Programming Cookbook
- 差分進(jìn)化算法及其高維多目標(biāo)優(yōu)化應(yīng)用
- MongoDB權(quán)威指南(第3版)
- NetBeans IDE 8 Cookbook
- Test-Driven Machine Learning
- Python機(jī)器學(xué)習(xí):預(yù)測(cè)分析核心算法
- Scala Data Analysis Cookbook
- MySQL入門很輕松(微課超值版)
- Scratch3.0趣味編程動(dòng)手玩:比賽訓(xùn)練營(yíng)
- UNIX Linux程序設(shè)計(jì)教程
- Spring Boot+Vue全棧開發(fā)實(shí)戰(zhàn)