Announcements
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.
Hello Tammy,
No Problem happy to help you.
Thank you,
Amit katariya
Thank you Amit!
Hello Tammy,
Please follow below steps and you will able to achieve this.
1. Add a Business rule/JS on change of Complaint Type. Add a condition where if complain type is blank then clear the Issue lookup. That way user always need to fill issue field.
2. You need to create a relationship between the Complain type and issue entity which will be 1:N relationship. Means Add a lookup of "Complain Type" on the issue" entity form.
3. Then Just add Both Complain type and issue entity's Lookup field on the Case form.
4. Make small changes as per the below article in the Above lookup property and u will able to achieve the Logic.
Thank you,
Amit katariya
André Arnaud de Cal...
294,125
Super User 2025 Season 1
Martin Dráb
232,871
Most Valuable Professional
nmaenpaa
101,158
Moderator