The Zurich release has arrived! Interested in new features and functionalities? Click here for more

Allow list editing for a single field on a table

Iain6
Kilo Contributor

Hi SN community!

 

Is it possible to give 'itil' users the ability to update only the 'assigned_to' field from list view but no other?

 

I'm hoping this can be done with a single ACL but I'm not sure what the script should be.

 

Thank you,

 

Iain

1 ACCEPTED SOLUTION

Mark Stanger
Giga Sage

You should be able to do this with 2 ACLs.   The first should be 'table_name.*' to restrict access to list editing for all fields in the table to the 'admin' role.   Then you would create a 'table_name.assigned_to' ACL that grants access to the 'itil' role.


View solution in original post

2 REPLIES 2

Mark Stanger
Giga Sage

You should be able to do this with 2 ACLs.   The first should be 'table_name.*' to restrict access to list editing for all fields in the table to the 'admin' role.   Then you would create a 'table_name.assigned_to' ACL that grants access to the 'itil' role.


Iain6
Kilo Contributor

Sorted



Thank you.