Based on selection of A field B field should population (dropdown values come)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2024 12:00 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2024 12:19 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2024 12:45 AM
could you please explain briefly step by step?
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2024 01:08 AM
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2024 01:14 AM - edited 11-19-2024 01:16 AM
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.....