In Ui policy condition i am not able to see the "is not empty" dropdown

kranthi2
Tera Expert

Hi,

In Ui policy condition i am not able to see the "is not empty" in the dropdown list as mentioned in the below screenshot.

Please help me out how i can see for the same.

 

kranthi2_0-1703730503636.png

I want to keep that field is not empty then only i can write the ui policy action that is what my requirement.

Thanks,

 

7 REPLIES 7

Please find the below script of on submit client script

 

kranthi2_0-1703731714805.png

No idea why the script is written for.

please help me can we figure out this?

 

Thanks,

Hi @kranthi2 Not this client script. Check the client script on your catalog item.

Regards
Harish

Danish Bhairag2
Tera Sage
Tera Sage

Hi @kranthi2 ,

 

Instead of UI policy over here u can go with onLoad or onSubmit Client script where u can check that as something like below

 

if(g_form.getValue('registered_vehicles') == ""){

//Write ur logic here;

}

 

Thanks,

Danish