auto-populate KB article on incident

Lemajeur
Mega Expert

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

1 ACCEPTED SOLUTION

asifnoor
Kilo Patron

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.

View solution in original post

2 REPLIES 2

asifnoor
Kilo Patron

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.