- 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).
推薦閱讀
- DB2 V9權(quán)威指南
- Designing Machine Learning Systems with Python
- AutoCAD VBA參數(shù)化繪圖程序開發(fā)與實戰(zhàn)編碼
- Java Web程序設(shè)計任務(wù)教程
- Java系統(tǒng)化項目開發(fā)教程
- Solr Cookbook(Third Edition)
- PrimeFaces Blueprints
- Java程序設(shè)計教程
- Visual Basic程序設(shè)計基礎(chǔ)
- 零基礎(chǔ)學(xué)Java第2版
- IBM RUP參考與認(rèn)證指南
- Distributed Computing with Python
- Learning Dynamics NAV Patterns
- Puppet Cookbook(Third Edition)
- Learning Node.js for Mobile Application Development