Users should not be able to change the assignment group of the tickets to empty using list edit

swarnargha1
Giga Contributor

Users should not be able to change  the assignment group of the tickets to empty using list edit.

If i change the assignment group using list edit, I might assign it to some other groups. It cannot be left as blank while I am doing list edit

1 ACCEPTED SOLUTION

You can also add any error message message if required. The same will apply to UI as well

find_real_file.png

View solution in original post

4 REPLIES 4

Akash4
Kilo Sage
Kilo Sage

Hi Swarnargha,

You can go for the List Control in the List Layout of Configure on right click. Choose Omit edit button as shown here.

find_real_file.png

Note: This is a best practice to not to allow users to update via List. As the Client Scripts and UI Policies won't be applied(unless the script is onCellEdit Type). You may write ACLs specifically for field level access to write, read. That would help you in a long run.

Regards, Akash

Regards, Akash
If my response proves useful, please mark it "Accept as Solution" and "Helpful". This action benefits both the community and me.

swarnargha1
Giga Contributor

I want users to update but it should not be kept as blank/empty.

Alikutty A
Tera Sage

Hi,

You need to write an update business rule with condition as Assignment group changes to empty, then check on the Abort action option in the second tab of business rule.

This will prevent users from changing the assignment group to empty on list view.

You can also add any error message message if required. The same will apply to UI as well

find_real_file.png