- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-13-2017 04:29 AM
Hi
Can somebody please throw some light on contextual security , how it differs from simple security , any use case when you have used it ?
TIA
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-13-2017 04:52 AM
See the below links for more detail.
Contextual Security - ServiceNow Wiki
Using Access Control Rules - ServiceNow Wiki http://wiki.servicenow.com/index.php?title=Using_Access_Control_Rules
Contextual security is securing your data and record using create, read, write, delete functionality.
You can also see how to create ACL in WIKI. Contextual security gives you controlling access on every level.
You need detail understanding on security level and the table structure. Also you need some knowledge on scripting in case you want to do advanced security options.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-13-2017 04:50 AM
Hi Avinash,
Here is a good example for the difference from wiki.
Contextual Security - ServiceNow Wiki
http://wiki.servicenow.com/index.php?title=Using_Access_Control_Rules#gsc.tab=0
Mark Correct if this solves your issue and also hit Like and Helpful if you find my response worthy based on the impact.
Thanks
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-13-2017 04:52 AM
See the below links for more detail.
Contextual Security - ServiceNow Wiki
Using Access Control Rules - ServiceNow Wiki http://wiki.servicenow.com/index.php?title=Using_Access_Control_Rules
Contextual security is securing your data and record using create, read, write, delete functionality.
You can also see how to create ACL in WIKI. Contextual security gives you controlling access on every level.
You need detail understanding on security level and the table structure. Also you need some knowledge on scripting in case you want to do advanced security options.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-13-2017 05:00 AM
Hi Prasun
I have gone through the like you, all i want to know what is the diff , this is something not mentioned clearly in the URL, even if we dont enable contextual security , we can secure using ACLs and rows, so does that makes a diff with Contextual security.
TIA