Catalog variable drop down list value.

abhisek
Tera Contributor

I have a catalog item drop down variable for example xyz which has 6 values a,b,c,d,e,f. I have another catalog item variable for example abc which has 2 values for example low and high. 

The requirement is if abc value is selected as low then on the drop down variable xyz only a,b,c and d should be available to be selected and if  abc value is selected as high then on the drop down variable xyz only e and f option available to be selected.

Can anyone please help me out with this.

 

Thanks in advance.

Regards,

Abhisek Chattaraj.

1 ACCEPTED SOLUTION

Ankur Bawiskar
Tera Patron
Tera Patron

@abhisek  

your requirement is easy.

Create onChange on 1st variable and then simply remove the options from 2nd variable.

what did you start with and where are you stuck?

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

View solution in original post

6 REPLIES 6

Ankur Bawiskar
Tera Patron
Tera Patron

@abhisek  

Would you mind closing your earlier questions by marking appropriate response as correct?

Members have invested their time and efforts in helping you.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

Hi @Ankur Bawiskar 

It is done.

My apologies for the delay.

Thanks&Regards,

Abhisek Chattaraj.

Ankur Bawiskar
Tera Patron
Tera Patron

@abhisek  

your requirement is easy.

Create onChange on 1st variable and then simply remove the options from 2nd variable.

what did you start with and where are you stuck?

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @abhisek  

 

You can do this via catalog UI policy put Ui policy condition and in action add the visiblity.

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************