Unable to make State field editable in list view

Ben124
Tera Expert

Hello All,

 

I need to make the State field on change_request tickets editable only by the admin when in a list view.  Right now, it's blocked even as an admin...

 

Ben124_0-1680007591007.png

 

I was able to get that to editable for the change_task tickets by adjusting some ACLs, but I tried doing the same for the change_request list view, but that didn't seem to work.  I've been trying by making various ACL adjustments, but I seem to be stuck now.  Does anyone know how to make this editable in the list view?

 

Here is an overview of some of the ACLs if that helps...

 

Ben124_1-1680007808877.png

 

Thank you!

1 ACCEPTED SOLUTION

Ben124
Tera Expert

For those interested I had to create a "change_request.state" write ACL that had admin as the role.

View solution in original post

8 REPLIES 8

Uday_Kumar
Giga Guru

Hi @Ben124 Check once's in onCellEdit client scripts in your instance there you can find the solution of your problem.

If my solution helps you please mark my solution as Accepted and Helpful.

Thanks and regards

Uday Kumar Valapudasu

Thank you.  I looked in my instance for onCellEdit client scripts.  I have 29 active ones.  However, none of them are for any of the change related tables or the task table...so I assume that isn't the issue.  Any other thoughts?

Vigneshwara Red
Tera Contributor

Hi,
Based on your Screen shot seems to be there is an ACL which is restricting to perform this action. Please search for the ACL on this table and enable Admin override to allow admins to edit the field.

Thanks

Hope this helps...!!!!

Thank you.  There was only one with admin override being false, and that was for a create ACL so I wasn't worried about it.  To be sure, though, I just set admin override on it to true.  That didn't help resolve the issue.  Any other thoughts?