How to make list view field un editable

Srini19
Tera Contributor

Hi Expert,

I want to make the field in list view un editable based on the condition. Please advise how I can achieve? will it be done through only ACL.?Please advise. Below are the 3 user cases

UC1
GIVEN THAT, I AM an XXX user
WHEN I open a list of SCTASKs (list view) which are NOT assigned to my assignment group
THEN I'm unable edit any of the columns

UC2
GIVEN THAT, I AM an XXX user
WHEN I open a list of SCTASKs (list view) which are assigned to my assignment group
THEN I'm unable edit any of the columns except "Assigned To" column

UC3
GIVEN THAT, I AM a System Admin
WHEN I open a list of SCTASKs (list view)
THEN below columns are editable

State
Priority
Assignment group
Assigned to

 

Thanks

Srini

1 REPLY 1

Bhaba
Tera Expert

Hi Srini,

Follow the below steps:

  • Elevate your role as security admin
  • Navigate to System Security > ACL
  • Create New list_edit ACL on sc_task table 
  • unselect the admin overrides
  • select the advanced checkbox (shown in below snapshot)
  • Under script type
    answer = false;

find_real_file.png

Hope this helps you. Let me know for any query.

Thanks