- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2018 05:35 AM
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
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2018 06:18 AM
You can also add any error message message if required. The same will apply to UI as well
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2018 05:46 AM
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.
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
If my response proves useful, please mark it "Accept as Solution" and "Helpful". This action benefits both the community and me.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2018 06:14 AM
I want users to update but it should not be kept as blank/empty.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2018 06:15 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2018 06:18 AM