Can we do GlideRecord or ACL Restriction on the Database View Record?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2026 09:04 AM
Hi Team,
Can we do GlideRecord to the Database view records so that i can copy and paste the record to the custom table? Or Can we write ACL restriction to the Database View Records?
Please check and provide your inputs.
@Ankur Bawiskar - Please provide your inputs for the above mentioned point.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2026 10:17 AM
Hello @Community Alums ,
Yes we can glide database view and ACLs can be created on a Database View because it behaves like a virtual table, and you can apply table-level or field-level read ACLs to control visibility. since database views are read-only, only read ACLs are applicable.Write / Create / Delete ACLs don’t apply because views are not editable tables.
If this helps you then mark it as helpful and accept as solution.
Regards,
Aditya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2026 09:20 PM
Hello @Community Alums ,
I hope you are doing well . Does my response helps you ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2026 10:12 PM
Can u pls confirm whether we can create ACL on the Database View
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2026 01:20 AM
Hello @Community Alums ,
yes you can create acl on database view but only for visibility. I tried that acl is restricting visibility.
