- ServiceNow Application Development
- Sagar Gupta
- 111字
- 2021-07-03 00:01:05
Security
As a best practice, I recommend not to directly assign roles to any user. Instead, we should first create a relevant group, if one doesn't already exist, and assign roles to this group. A group can have multiple roles assigned and also roles can contain other roles as needed. These features give an immense level of flexibility to the administrators and ensure that things do not get complex.
Administrators can define the Access Control List (ACL) to limit read, write, create, and delete access for field data, records, and tables. With this granular security ability, you may need to create additional groups for elevated permissions (see Chapter 5, Application Scopes).
推薦閱讀
- 微信公眾平臺與小程序開發:從零搭建整套系統
- Moodle Administration Essentials
- 程序員面試算法寶典
- 深入實踐Spring Boot
- Git高手之路
- Practical Game Design
- Learning Apache Kafka(Second Edition)
- 快速念咒:MySQL入門指南與進階實戰
- Python Web數據分析可視化:基于Django框架的開發實戰
- Python深度學習:基于TensorFlow
- Mastering JavaScript High Performance
- Spring Boot實戰
- 小型編譯器設計實踐
- 運維前線:一線運維專家的運維方法、技巧與實踐
- JSP程序設計實例教程(第2版)