Apply ACLs to AJAXGlideRecord (client-side Glide record)
-
- UpdatedAug 1, 2024
- 1 minute read
- Xanadu
- Platform Security
Use a system property to perform access control list (ACL) rule validation when server-side records (for example, tables) are accessed using GlideAjax APIs within a client script.
If you choose to apply access control lists (ACL) to GlideAjax API
calls, then you can only query data to which the currently connected user has rights to
access. For example, if the user is logged in as an ESS user who has no rights to read the
cmn_location
table, then any GlideAjax API call by the
user will fail.
If the Now Platform is running without GlideAjax ACL call checking, an API can return information that the currently logged in user could not otherwise access.
Property | Default |
---|---|
Apply standard security ACLs to AJAXGlideRecord calls | ACL checking enforced |
To learn more about this property, see Require AJAXGlideRecord ACL checking [Updated in Security Center 1.3] in Instance Security Hardening Settings.