- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago - last edited 3 weeks ago
I am trying to create a record producer with a few questions. One of the questions involves selecting a category (I’ve already created a category list in the table), and I’m using a lookup to display it on the form. Based on the selected category, I need to present a set of related questions.
Example:
Category options:
- Car
- Color
- Bills
If “Car” is selected as the category, the following questions should appear:
- What is the car model?
- What is the car color?
- What is the purchase date?
I’m working on a Catalog UI Policy to control the behavior after creating the questions, but I’ve found that the behavior is not consistent. Is there a better way to implement this?
Solved! Go to Solution.
- Labels:
-
Service Catalog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Make sure you are using the correct Value for category in the script, not the Text/label depending on what type of variable this is.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Make sure you are using the correct Value for category in the script, not the Text/label depending on what type of variable this is.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago - last edited 3 weeks ago
Thanks for all the help on this Brad!
Once I changed my category list type to choices (as showed on your screenshot) instead of database category list, all working fine:)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi Brad - Thanks for confirming this for me. I will go back and double check my UI Policies setup's and I will come back and post some screen shots if I still see an issue.