- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-07-2024 10:04 PM
In Catalog item, Suppose there is a [variable : Gadget ; type : select box].
If I select "mobile" from the given options then only another [variable : company ; type select box]....should appear.
Otherwise it should not be visible. How can I achieve this?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-07-2024 10:09 PM
Hi @Udbhav you can do this with UI Policy
Cond: Gadget is Mobile
UI Policy Action: selet variable which you want to show ( set as visible to True)
Harish

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-07-2024 10:09 PM
Hi @Udbhav you can do this with UI Policy
Cond: Gadget is Mobile
UI Policy Action: selet variable which you want to show ( set as visible to True)
Harish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-07-2024 10:15 PM
Thank you @Harish KM , it worked.🙂