Create Knowledge Base article from a request in a custom application

kanielb1
Mega Expert

Is it possible to create a knowledge base article from a request in a custom application like what is being done with Incidents and Problems?

http://wiki.servicenow.com/index.php?title=Creating_Knowledge#Creating_Knowledge_from_Incidents_and_...

5 REPLIES 5

Ken_Michelson
Kilo Guru

Kaniel it is absolutely possible. I would look at how the out of the box functionality works and try to do something similar. For example, on incident, look at the following business rule (substituting your own instance)



https://<YOUR INSTANCE>.service-now.com/nav_to.do?uri=sys_script.do?sys_id=245748ecc61122aa016c02dff...


How do you specify what knowledge base to create the article in?


Answered my own question.


kb.kb_knowledge_base = '<SYS ID OF KB>';


Sweet...I created a KB article from a request!!!   Still have to configure the business rule to add everything.