We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

How to make Complaint Case Read only after Close

kkcommunity
Tera Expert

Hello,

 

Use Case : User should not be able to edit Complaint Case once it is closed

Solution : If we create table level ACL on Complaint Case table, fields which are inherited from parent table (case) are still editable. So to avoid that we need to create 10+ field level ACLs on Complaint Case table.

 

Question : Is there any alternate approach for this instead of creating many field level ACLs (10+)

2 REPLIES 2

Not applicable

Hi @kkcommunity ,

You can work with UI policy rather than ACL in this case.

Create UI policy like OOTB UI policy on incident form.

see the below image:

SandeepDutta_0-1737682510326.png

 

 

 

Thank you for the feedback...we tried this option but some how it is not working in model windows(CSM/FSM workspace) as shown in screenshot

kkcommunity_0-1737909891837.png