Contextual Security

avinash21
Mega Contributor

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

1 ACCEPTED SOLUTION

Prasun
Giga Guru

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.


View solution in original post

3 REPLIES 3

Ankur Bawiskar
Tera Patron
Tera Patron

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


Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

Prasun
Giga Guru

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.


avinash21
Mega Contributor

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