We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

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

rahulrockkk
Tera Contributor

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 @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.

 

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 @rahulrockkk ,

 

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

 

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

Hello @rahulrockkk ,

 

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