- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-14-2018 06:06 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-14-2018 06:32 AM
GlideRecordSecure is a class inherited from GlideRecord that performs the same functions as GlideRecord, and also enforces ACLs.
kindly go through the doc link below.here it has mentioned the example as well.
just try to create a table with acl and try to do the operation with gliderecord and GlideRecordSecure .
ACL would be the only difference you will find.
if someone has not an access then he wont be able to the action with gliderecord query but if he/she will try with glidesecure then it will work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-14-2018 06:31 AM
Hi,
https://docs.servicenow.com/bundle/jakarta-application-development/page/script/glide-server-apis/concept/c_UsingGlideRecordSecure.html
thanks

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-14-2018 06:32 AM
GlideRecordSecure is a class inherited from GlideRecord that performs the same functions as GlideRecord, and also enforces ACLs.
kindly go through the doc link below.here it has mentioned the example as well.
just try to create a table with acl and try to do the operation with gliderecord and GlideRecordSecure .
ACL would be the only difference you will find.
if someone has not an access then he wont be able to the action with gliderecord query but if he/she will try with glidesecure then it will work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-28-2021 05:37 AM
Hi Harsha,
i m looking of similar type of solution .
as per below link it is saying that it will shows all the records without any restrictions. https://developer.servicenow.com/blog.do?p=/post/gliderecord-vs-gliderecordsecure/
1.Some time we restrict table of records based on roles using ACL's , in this case How lideRecordSecure will works ?
2. Some times we restrict to update fields based on roles using ACL's , in this case How lideRecordSecure will works ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-30-2022 05:05 AM
It is explained properly here - Click Here