Visibility of the button as per state

NishaB
Tera Expert

Hi,

For the Update button in the incident form, I want a task to be done. When the state of the incident record is New, In progress, On hold, Resolved the update button should be visible. For the closed and cancelled state, it has to be hidden. How it can be done? I want this to be implemented in both native view and SOW?

1 ACCEPTED SOLUTION

Ankur Bawiskar
Tera Patron
Tera Patron

@NishaB 

this should happen Out of the box.

itil and internal users cannot edit Closed incidents

This is restricted via this OOB Table level WRITE ACL

If you don't want it for Resolved state also then create another table.None WRITE ACL and add condition as

State != 6

 

AnkurBawiskar_0-1738756941469.png

 

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

View solution in original post

4 REPLIES 4

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @NishaB 

 

Don't take me wrong, but you raised the same question again, which you raised in the morning and community members already replied in same. Now, by removing the button, I don't think you could avoid any business values, Updating and saving are OOTb and global and making changes in the same will impact globally. So don't increase the technical debt, educate the user and keep it OOTB.

*************************************************************************************************************
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]

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

Ankur Bawiskar
Tera Patron
Tera Patron

@NishaB 

this should happen Out of the box.

itil and internal users cannot edit Closed incidents

This is restricted via this OOB Table level WRITE ACL

If you don't want it for Resolved state also then create another table.None WRITE ACL and add condition as

State != 6

 

AnkurBawiskar_0-1738756941469.png

 

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

@NishaB 

Hope you are doing good.

Did my reply answer your question?

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

@NishaB 

Hope you are doing good.

Did my reply answer your question?

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