- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-04-2021 01:22 AM
Could someone provide me information on Glide Secure API?
Solved! Go to Solution.
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-04-2021 01:23 AM
Hi Developer ,
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.
Please mark correct or helpfull.
Regards,
Amit Gujarathi
Was this answer helpful?
Please consider marking it correct or helpful.
Your feedback helps us improve!
Thank you!
Regards,
Amit Gujrathi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-04-2021 01:23 AM
Hi Developer ,
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.
Please mark correct or helpfull.
Regards,
Amit Gujarathi
Was this answer helpful?
Please consider marking it correct or helpful.
Your feedback helps us improve!
Thank you!
Regards,
Amit Gujrathi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-04-2021 01:24 AM
Thanks for the information
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-04-2021 01:25 AM
Hi,
GlideRecordSecure - Evaluate ACLs for READ, CREATE, WRITE, DELETE
GlideRecord - ACLs are not evaluated
good explanation here
ServiceNow Server-Side Scripting Best Practices
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader