glide.script.secure.ajaxgliderecord
ServiceNow property description:
Apply standard security ACLs to AJAXGlideRecord calls
Attributes
- Sys ID: 52414c5f0a0a0b6b00988193a1320730
- Type: true | false
- Application: Global
- Default value: true

AI generated property description:
The ServiceNow property `glide.script.secure.ajaxgliderecord` is used to enforce standard security Access Control Lists (ACLs) on AJAXGlideRecord calls. When this property is enabled, it ensures that any data retrieval or manipulation performed through AJAXGlideRecord is subject to the same security checks as standard GlideRecord operations. This helps in maintaining consistent security policies across different methods of accessing data. The property can be particularly useful in preventing unauthorized data access through client-side scripts. For more detailed information, you can refer to the official documentation [here](https://docs.servicenow.com/bundle/washingtondc-platform-security/page/administer/security-center/reference/sc-enabling-ajaxgliderecord-acl-checking.html).
Source