The CreatorCon Call for Content is officially open! Get started here.

Users able to bypass mandatory field when editing INC state from list view

Bcrant
Tera Contributor

Afternoon, all!

 

We have a UI policy that requires users to enter an "on hold reason" when place INC state to "On Hold." The issue we're running into is that staff can edit the INC state from list view and bypass the "on hold reason." Any suggestions on how to prevent this without taking away the ability to change state from list edit?

3 REPLIES 3

Karan Chhabra6
Mega Sage

Hi @Bcrant ,

 

You can create an ACL on incident table for the operation 'list_edit'

KaranChhabra6_0-1682633835064.png

 

If my answer has helped with your question, please mark it as helpful and accepted solution.

 

Thanks!!

 

AndersBGS
Tera Patron
Tera Patron

Hi @Bcrant ,

 

As @Karan Chhabra6 have suggested, you can create an ACL for that purpose. Though, I would recommend you to instead look at why they need to change state from a list view. I would go the other way, and limit the possibility to change state from listview. 

 

If my answer has helped with your question, please mark my answer as accepted solution and give a thumb up.

 

Best regards

Anders

If my answer has helped with your question, please mark my answer as the accepted solution and give a thumbs up.

Best regards
Anders

Rising star 2024
MVP 2025
linkedIn: https://www.linkedin.com/in/andersskovbjerg/

Bcrant
Tera Contributor

Thank you both for the feedback. Since we do not want to restrict the ability to edit state from lists, I've decided to create a data policy which works both on form view and list view. I still have my UI Policy to hide the On Hold Reason field if state is anything other than On Hold.

 

Again, thanks for you feed back!