How to show the fields read only on list view and editable on form view?

akshay parekar1
Tera Contributor

Hey , i just wanted to know what is the best way i can achieve the below thing

I want to show the fields read only on list view for incident table and editable on the form view

(please elaborate if possible)

and also provide any doc for Glide Secure please

1 ACCEPTED SOLUTION

Murthy Ch
Giga Sage

HI @akshay parekar 

Create a list_edit ACL on incident table with conditions as incident * (which will applicable for all fields)

and set answer=false in script section.

 

Hope it will works...

 

Thanks,

Murthy

 

Thanks,
Murthy

View solution in original post

4 REPLIES 4

Murthy Ch
Giga Sage

HI @akshay parekar 

Create a list_edit ACL on incident table with conditions as incident * (which will applicable for all fields)

and set answer=false in script section.

 

Hope it will works...

 

Thanks,

Murthy

 

Thanks,
Murthy

Here is the useful link for Glide Record Secure

Thanks,
Murthy

Thanks for answering, i will try this..

Yousaf
Giga Sage

Hi Akshay,

Please write list_edit ACL for making field read only on list view.

Like here : read-only a field in list view

GLIDERECORD VS GLIDERECORDSECURE

What is Glide Secure API

 

Mark Correct or Helpful if it helps.


***Mark Correct or Helpful if it helps.***