List view - assignment group and assigned to
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2017 08:54 AM
I have a table I created where the assigned to field is dependent on the assignment group field. This enforces that only people in the assignment group selected can be selected as the assigned to. This works on the form view, but is not honored on the list view. You can assign anyone from the list view.
How can I make this work on the list view as well?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2017 08:58 AM
Hi Josh
The logic you can create on list is a little bit limited.
You need to create client script on 'cell edit' in order to avoid the update in case the field is updated but in that case you will have some issue in checking the other values of the same record
Cheers
R0b0

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2017 08:58 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2017 09:01 AM
..as they say you learn every day something new
Thank you
Cheers
R0b0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2017 09:01 AM
Hi Josh,
Seems like that the rule that you have set up to only allow members of a group to be used in the assigned_to field has been implemented using Client Scripts.
Please consider using Reference Qualifiers on the Assigned_To field to work according to your requirement.
Another easy way would be to disable List Editing if that is allowed.