Catalog item functional Req

Rajesh77
Tera Contributor

Hi team,

I have created a catalog item with few variable like asset management,tag,API,group,connector

when i select asset management user name is not mandatory but its visible, 

when i select group management group management have create,delete, change, when i select create user name should not visible, and fir others it should be visible

If i select tag Management & others the user name should not be visible, but for me its showing visible 

Rajesh77_0-1707737038625.png

UI policy is given below

Rajesh77_2-1707737108461.png

 

this is catalog client script i have written 

g_form.setDisplay('User name.user_name',false);
still it is not working 
 
what i need now is when i select Tag management & Others the user name should not be visible 
 
17 REPLIES 17

bradleydebono
Mega Guru

Good day,

 

You could try unticking "reverse if false" on your existing UI Policy. Then creating additional UI Policies for the other conditions such as "please_select_your_requirement" = "Tag Management & Others". 

If this was helpful or solved your query. Please mark is as helpful and as the solution.

hi team,

its not working still

Rajesh77_0-1707738231487.pngRajesh77_1-1707738251076.png

 

Hi @Rajesh77, can you try with OR conditions on TAG and Others instead of AND condition?

 

Regards,

Sunil

still its not working 😞