Clearing Assigned To field when Assignment group is changed in list view
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2019 12:55 AM
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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2019 12:59 AM
Hi,
for doing that you can define a Before Business Rule with following script in tab Advanced:
if(current.assignment_goup.changes())
current.assigned_to ='';
If I have answered your question, please mark my response as correct and/or helpful so that others with the same question in the future can find it quickly and that it gets removed from the Unanswered list.
Thank you
Cheers
Alberto

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2019 12:05 PM
Any update on this?
If I have answered your question, please mark my response as correct and/or helpful so that others with the same question in the future can find it quickly and that it gets removed from the Unanswered list.
Thank you
Cheers
Alberto

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2019 05:43 AM
Any update on this?
If I have answered your question, please mark my response as correct.
Thank you very much
Cheers
Alberto
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2019 01:07 AM
The client script Empty assigned_to on group change is doing it in the form view.
For list view you can check
https://community.servicenow.com/community?id=community_question&sys_id=44cffa6ddb58dbc01dcaf3231f961983