"Assigned To" turn empty when change state to "Work In Progress" in a Problem
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2023 05:27 AM
Hi guys!
I have a "problem" here, in the Problem module, when I change the State field to "Work in Progress", the "Assigned To" field is blank.
I've looked at Business Rules, Clients Scripts, UI Actions, UI Policies, but I haven't found anything.
I would like to know if anyone has experienced this or if it is something normal and happens to everyone.
Thanks!
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2023 06:54 AM
Hello @Guilherme Cai_a
One easy way to check what is removing the value is to watch the field.
But for this you need to switch to UI16.
- Once you switch to UI16, go to the form in question here.
- Right click on the field that is being impacted - Assigned To
- Click on Watch 'assigned_to'
- A console would open up as below:
- Set it to Medium
- Now perform the same action. You would see the trace of script and policies running in the background.
- Check for the last entry, which would setting the value of the field of the empty.
- This would highlight if it is a business rule, client script or ui policy.