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
3 hours ago
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
2 hours ago
Hello @rahulrockkk ,
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
