- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2024 10:27 AM - edited 06-18-2024 11:00 AM
In catalog item there is field called [Product] it has (choice - none ,a,b,c.)
If Product is a or b there is another field called issue [severity] should be visible (choices - none,one,two,three)
If severity is one or two or three there is another filed called [impacted count] should be visible.( choice -none, me, mew+few)
Here the issue is if I select [Product] as C [severity] field is hiding but [Impacted count] is still visible.
*How many UI policy we need to write for this and what should be the conditions?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2024 11:50 AM
Hello,
In your second ui policy, you canbuild the condition like this :
Severity is one of [one, two, three] and
Product is one of [a, b] and it will work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2024 11:50 AM
Hello,
In your second ui policy, you canbuild the condition like this :
Severity is one of [one, two, three] and
Product is one of [a, b] and it will work.