Get a first look at what's coming. The Developer Passport Australia Release Preview kicks off March 12. Dive in! 

Can we do GlideRecord or ACL Restriction on the Database View Record?

Not applicable

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.

14 REPLIES 14

Aditya_hublikar
Mega Sage

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.

 

adityahubli_0-1770228371337.png

adityahubli_3-1770228458102.png

 

 

adityahubli_2-1770228421448.png

 

If this helps you then mark it as helpful and accept as solution.

Regards,

Aditya

 

Hello @Community Alums ,

 

I hope you are doing well . Does my response helps you ?

 

Not applicable

Can u pls confirm whether we can create ACL on the Database View

Hello @Community Alums ,

 

yes you can create acl on database view but only for visibility. I tried that acl is restricting visibility.