List view - assignment group and assigned to

brostoff17
Tera Contributor

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?

4 REPLIES 4

Ivano B
ServiceNow Employee
ServiceNow Employee

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


Chuck Tomasi
Tera Patron

Hi Josh,



The is available in List v3, but not in List v2.



Comparison of List v2 and List v3


Activate List v3


Ivano B
ServiceNow Employee
ServiceNow Employee

..as they say you learn every day something new


Thank you



Cheers


R0b0


Subhajit1
Giga Guru

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.