- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2023 01:46 AM - edited 11-30-2023 01:48 AM
Hi Team
i have 2 fields 1.Event (choice)and 2.Event details (choice) in case form
Event details field is dependent on Event Field as "If event =Epidemic then only Event details field should be visible with choices"( i have created a ui policy)
In first step In case from, I have selected Event = Epidemic and Event details=Flu and saved the form
In second step ,in same case i have selected Event="some other choice" when Event details field should not be visible and saved the form
In third step,in same case then again selected Event =Epidemic so then i expected Event details should be visible as blank with None but its appeared as "Flu " in which i selected this as in first step and saved the form and its not refreshed
I am not sure is this the existed behavior as it will be stored in table for his field value
Please help to resolve this issue
@Dr Atul G- LNG @Danish Bhairag2 @Tai Vu
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2023 02:18 AM - edited 11-30-2023 02:19 AM
Hey @sri vijaya
As I mentioned earlier, when the Event Details become invisible, the value is not cleared. So when you save the form, the Event Details keep the value and save to the database.
Let's attempt the following changes:
In the UI Policy condition, set it to => Event is not Epidemic.
In the UI Policy Action, set Visible to False, and ensure that the "Clear the field value" option is checked.
Cheers,
Tai Vu

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2023 02:19 AM
Hi,
Please update your UI Policies as suggested below:
Update condition like: Event IS NOT Epidemic
Set Visible = False
Check the 'Clear the field value' Checkbox
Thanks
Anil Lande
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2023 02:15 AM
Update your ui policy condition with Event changes to Epidemic and try
Mark this answer as correct or helpful if it helps
Thanks,
Manjusha Bangale
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2023 02:18 AM - edited 11-30-2023 02:19 AM
Hey @sri vijaya
As I mentioned earlier, when the Event Details become invisible, the value is not cleared. So when you save the form, the Event Details keep the value and save to the database.
Let's attempt the following changes:
In the UI Policy condition, set it to => Event is not Epidemic.
In the UI Policy Action, set Visible to False, and ensure that the "Clear the field value" option is checked.
Cheers,
Tai Vu

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2023 02:19 AM
Hi,
Please update your UI Policies as suggested below:
Update condition like: Event IS NOT Epidemic
Set Visible = False
Check the 'Clear the field value' Checkbox
Thanks
Anil Lande
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2023 02:17 AM
Hi @sri vijaya ,
Please check the checkbox Clear Field Value and then check if the issue still persists.
Please mark helpful/correct if my response helped you.