Populate Configuration item field depending service offering value
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2023 07:00 AM
Hello ,
I have a requirement , when i choose a specific service offering , a filtered list of CIs should be populated.
The Configuration item field is referencing in the cmdb_ ci table , and i have created Dynamic ci groups with the relationship Contains:: contained by with the service offering , but is not working . I tried also do the configuration item field reference to the svc_ci_assoc table , but even then it filters wrong the configuration items.
Any idea?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2023 07:21 AM
Hi @Ioannis Zapanti,
To show filtered list in configuration item depends on service offering, This can be achieve by using Reference Qualifier.
Below article will help
https://www.servicenow.com/community/itsm-articles/reference-qualifier/ta-p/2306509
If my response helps you to resolve the issue close the question by Accepting solution and hit thumb icon. From Correct answers others will get benefited in future.
Regards,
Mohan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2023 07:26 AM
I have managed to make it with script and populate it with reference qualifier, the point is to make it work with dynamic ci groups without using any kind of script , cause in the future a relationship between the service offering and the Dynamic ci group should be able directly populate the correct configuration items based on service offering
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2023 02:11 AM
following this post, i need to do the exact same configuration