if state changes all fields are read only and assignments_group group only editable

BheemavarapuTej
Tera Expert

if state changes all fields are read only and assignments_group group only editable

1 ACCEPTED SOLUTION

Abbas_5
Tera Sage
Tera Sage

Hello @BheemavarapuTej,

you can try with below 2 ACLs:
1. read acl
based on your requirements you can select the table name and * - it will be applicable to all fields.

Abbas_5_0-1698992639034.png

2.list_edit acl
You can select the table name and field name - it will be applicable to only a single field.

Abbas_5_1-1698992913274.png

 

if the above solution is not working please refer to the below link:
https://www.servicenow.com/community/itsm-forum/set-all-fields-read-only-when-state-is-completed/m-p...

If it is helpful, mark it as a thumbs-up and accept the correct solution.
Thanks & Regards,
Abbas Shaik

View solution in original post

2 REPLIES 2

Abbas_5
Tera Sage
Tera Sage

Hello @BheemavarapuTej,

you can try with below 2 ACLs:
1. read acl
based on your requirements you can select the table name and * - it will be applicable to all fields.

Abbas_5_0-1698992639034.png

2.list_edit acl
You can select the table name and field name - it will be applicable to only a single field.

Abbas_5_1-1698992913274.png

 

if the above solution is not working please refer to the below link:
https://www.servicenow.com/community/itsm-forum/set-all-fields-read-only-when-state-is-completed/m-p...

If it is helpful, mark it as a thumbs-up and accept the correct solution.
Thanks & Regards,
Abbas Shaik

BheemavarapuTej
Tera Expert

thank you