- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2019 01:45 AM
Hello,
I have a requirement to auto-populate some KB article on incident custom field called XXX when a certain specific CI is selected. What is the best way to achieve this ? On Change client script with a script include? If you have implemented this before or have ideas, I would appreciate it a lot
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2019 01:54 AM
If you are referring to showing an existing KB ARticle number in a field in the incident, then yes you need to write an onchange script on CI item and call a script include which takes the CI tems, fetches the KB and returns you the matching KB article number.
Mark the comment as a correct answer and helpful if this answers your question.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2019 01:54 AM
If you are referring to showing an existing KB ARticle number in a field in the incident, then yes you need to write an onchange script on CI item and call a script include which takes the CI tems, fetches the KB and returns you the matching KB article number.
Mark the comment as a correct answer and helpful if this answers your question.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2020 05:22 AM
take a look at this article it may help