- 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 06:13 AM
Hi,
working previous but not now?
so what changed in that time frame?
Did you compare that with the earlier solution you implemented against some other higher instance where it is already working?
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2022 06:58 AM
yes i can see no change in those configurations
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2022 07:20 AM
can you share your subcategory variable configuration screenshots?
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2022 07:39 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2022 07:05 AM
Hi,
If the variable type is 'Lookup select box' then you should add . toString() end of your query. Please refer below example to understand.
javascript: ('u_req_category='+current.variables.request_category+^active=true').toString().
else can you check your dependent value under sys_choice table. Is that configured correctly.
Please mark as correct answer/ helpful if it helped.
Regards,
Suresh
Suresh.