Clearing Assigned To field when Assignment group is changed in list view

Devika3
Tera Guru

Hi,  

Is there a way to clear the assigned to field when the assignment group is changes in list view. Currently that field is not getting cleared if we are changing the assignment group in list view and that field remains the same member even they are not belonging to the new assignment group. 

Thanks in Advance.

Regards,

Devika.

8 REPLIES 8

Devika3
Tera Guru

Is there any way to achieve the above functionality using Data policy?

Hi Devika,

you need to use before update business rule; since onchange won't work on list view

Data policy is used for data validation like a particular field should not be empty when record is inserted via import set or some API call. Data policy won't help here

Mark Correct if this solves your issue and also mark 👍 Helpful if you find my response worthy based on the impact.
Thanks
Ankur

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

Ashutosh Munot1
Kilo Patron
Kilo Patron

Hi,

Couple of ways to do this.

1) Before Update BR.

2) onCell Edit Client script.

3) Don't allow user to edit field on list and then write onchange script on Form.


Thanks,
Ashutosh

 - Oncelledit client script will work on workspace ?

(assigned_to is empty when assignment group changes in list view in workspace). - how I can implement this in workspace.