- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2025 03:19 AM
Hi,
In Incident Form, we do want to display list of only those Service Offerings , whose category = xxx (there is a field in SO table as string field) , matches with the incident category =xxx on the form.
example: If incident category = hardware, and in cmdb_ci_service table whichever records are having category = hardware,
should be available.
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2025 05:17 AM
Hi @Nisha30 ,
then you can try putting this in the reference qual
javascript:'category='+current.category;
Note: if there is a dictionary override for incident (OOB there is one) put this in the dictionary override record instead
Please mark my answer as helpful/correct if it resolves your query.
Regards,
Chaitanya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2025 05:09 AM
basically we have mapped all our 'Service Offerings' taking the values from Incident Category. However Incident Category is a choice list and Service Offering is a STRING .
SO when in INC a category is selected, it should populate the ONLY Service Offerings which has that same CATEGORY value
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2025 05:17 AM
Hi @Nisha30 ,
then you can try putting this in the reference qual
javascript:'category='+current.category;
Note: if there is a dictionary override for incident (OOB there is one) put this in the dictionary override record instead
Please mark my answer as helpful/correct if it resolves your query.
Regards,
Chaitanya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2025 05:51 AM
Thankyou it works.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2025 05:21 AM
not working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2025 05:38 AM
Hi @Nisha30
did you add it in the dictionary override?
refer this screenshot add it
javascript:'category='+current.category;
if still doesn't work please share the screenshots
also check the data is exist
is category on service offering storing the backend name of the choice?
or is the choice label?
when you filter manually are getting the data?
Please mark my answer as helpful/correct if it resolves your query.
Regards,
Chaitanya