- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2022 05:46 AM
Hi ,
we have a catalog under which we have added Something is broken as category under it we have added Report an Issue (record producer which generates Incidents when submitted).
The issue is when a category is selected , sub category is not getting populated. from the self service view
but sub categories are getting displayed in Native UI and Service Portal.
Please Help how to populate the subcategories. ( previously they were populating but not now)
Solved! Go to Solution.
- Labels:
-
Multiple Versions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2022 08:53 AM
Hi, In the variable attributes field can you configure as ref_qual_elements=Type your category field name and try one more time. If not working can you share your clean screenshot.
Please mark as helpful/correct answer if helped.
Regards,
Suresh.
Suresh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2022 07:37 AM
no not working bro , the query without .toString() is working on other instance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2022 07:58 AM
I can see error in your reference qualication
javascript:'nameLIKEincident^element=subcategory'+'^dependent_value='+current.variables.category
The dynamic value from variable should differentiate like above highlighted. It should work.
Please mark as helpful/correct answer if helped.
Regards,
Suresh
Suresh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2022 08:20 AM
javascript: "name=incident^element=subcategory^inactive=false^'dependent_value=' + current.variables.category";
i changed it like this, now only one category it is populating every subcategory available
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2022 08:29 AM
Select the check box 'unique value only' as true and check the result.
Please mark as helpful/correct answer if helped.
Regards,
Suresh.
Suresh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2022 08:33 AM