Based on selection of A field B field should population (dropdown values come)

sahana1998
Tera Contributor

for catalog item

I have created catalog item , under catalog  item created A and B fields 

How implement based on the selection A field values(drop down)  B field values should come.

 

7 REPLIES 7

Ashish Parab
Mega Sage

@sahana1998 ,

 

 

  • Create a UI Policy:

    • Navigate to the catalog item and create a UI Policy.
    • Set the condition based on the value of Field A (e.g., Field A = ValueA1).
  • Add UI Policy Actions:

    • In the UI Policy, create an action for Field B.
    • Use Set Value or Set Mandatory/Visible/Read-only actions to control the behavior of Field B based on the condition.
  • Repeat for Multiple Conditions:

    • Create additional UI Policies for other values of Field A (e.g., Field A = ValueA2).
    • Define separate actions for Field B in each policy.

 

If you need anything else, please let me know.

Please mark this as "correct" and "helpful" if you feel this answer helped you in anyway.

 

Thanks and Regards,

Ashish

 

could you please explain briefly step by step?

Thank you

 

@sahana1998 .

Could you please explain more about your requirement?

 

Is Field B a dropdown? If so, do you want to display options in Field B based on the selection in Field A?

 

Or do you want to display the Field B variable only when a specific option is selected in Field A?

Field A -- is dropdown -- having Value1, value 2, value 3.

Field B -- is dropdown -- having values.(example : A,B,C,D,E,F,G)

Based on the selection of field A (value 1) field B should populate ( A,B,C)

example : if i select in field A value 1: in field B only ABC should come

                                             A value 2: in field B only DEF should come.....