knowledge base: how to do currently ,when the incident is closed ,all fields become read only.

BhujangiG
Tera Contributor

how to do currently ,when the incident is closed ,all fields become read only.
now we need to make this field editable if the user has role knowledge_manager. 

4 REPLIES 4

Medi C
Giga Sage

Hi @BhujangiG,

This is OOTB. If you want to make fields editable, you would need to create Access Conctols (ACLs) on incident table.

Condition should be (Active = false).

Role:  knowledge_manager


If you found this helpful, please hit the thumbs-up button and mark as correct. That helps others find their solutions.

@BhujangiG 

Was this helpful? Was the issue resolved? 


If you found this helpful, please hit the thumbs-up button and mark as correct. That helps others find their solutions.

Ankur Bawiskar
Tera Patron
Tera Patron

@BhujangiG 

but why to open closed incidents for knowledge_manager?

You can check the existing table.None WRITE ACL on incident and update
OR
create a new table.None WRITE ACL with that role and in condition give State=Closed

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @BhujangiG 

Opening a closed incident goes against the process, which means that once an incident is closed, no one should reopen it under any circumstances.

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************