Auto Populate category and sub category based on CMDB Class
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2019 02:45 AM
based on configuration item selected on incident table it has to auto populate category and subcategory field. reference has to be (configuration item class based on which the category has to populate)
example:
if configuration item class is 'printer' then category has to be hardware
- Labels:
-
Incident Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2019 05:35 PM
you can configure on change client script to add choice list options for category and subcategory values.
Regards,
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2019 06:44 AM
i do have choices on category and sub category
i just want them to auto populate based on CI selected in incident form.
lets say: example
if CI is selected as dell cpu
then
category has to auto populate to : Hardware (which is a choice)
sub category has to auto populate to : cpu (which is a choice)
hope u got my requiremt clear.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2022 03:42 AM
I didn't see a conclusion to this and so:
You'd need to categorise each CI either using an existing attribute such as model, or by adding a category and subcategory field to the CI table and then populating it.
Then you just need to bring that back when the CI is selected and use it to populate the choice fields.