Application Development Module 5 Flashcards
What order are record ACL rules processed?
Match the object against table ACL rules - most specific to most general
Match the object against field ACL rules - most specific to most general
Access Control fields are evaluated in what order?
Requires role
Condition
Script
For best perfomance, avoid using GlideRecord queries in Access Control Scripts
True
How do you enable debugging of ACL?
System Security > Debugging > Debug Security Rule
What are useful GlideSystem methods used in script for ACL?
getUser()
getUserDisplayname()
getUserNameByUserID()
userID()
hasRole()
What are useful GlideRecord methods used in script for ACL?
canCrate()
canRead()
canWrite()
canDelete()
What are the Protection Policy options?
-None-
Read-only
Protected