The CreatorCon Call for Content is officially open! Get started here.

Ui policy is not working.

Kishor O
Tera Sage

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?

1 ACCEPTED SOLUTION

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. 

View solution in original post

5 REPLIES 5

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.