I have created an 2 entities called Complaint Type and Issue. Complaint type serves as a parent field of Issue. So when a user selects complaint type, the list of choices for issue are limited. These fields are shown on the ticket (case) form.
When a user creates a ticket, they choose a value for Complaint type, then a issue and saves the ticket and assigns to another group.
Sometime, the other group might change the Complaint type but not the issue.
I am looking for a way that if a user changes the complaint type, the issue field also gets cleared forcing the user to select a new issue that is based on the new choice of complaint type.