Creating knowledge from a change

snadmin123
Mega Expert

I want to be able to create knowledge from Change. I exposed the Knowledge field but on closure of change dont see knowledge article created even the knowledge checkbox is checked. Is there anything else that needs to be set up.

Thanks in advance

1 ACCEPTED SOLUTION

Pradeep Sharma
ServiceNow Employee
ServiceNow Employee

Hello SP,



You have to write a BR on change table to make that work. Just double check if there is any BR created already on "Knowledge" field on change table.


To create you can refer the OOB BR "Incident Create Knowledge" on incident table.


View solution in original post

4 REPLIES 4

Pradeep Sharma
ServiceNow Employee
ServiceNow Employee

Hello SP,



You have to write a BR on change table to make that work. Just double check if there is any BR created already on "Knowledge" field on change table.


To create you can refer the OOB BR "Incident Create Knowledge" on incident table.


Hi Pradeep,

 

I am not able to create knowledge article from change.

 

I have created the business rule.But still i am not able to create knowledge article from change management.

 

Can you please help me on this?

 

Regards,
Alok Gupta

snadmin123
Mega Expert

That's a lot. I got it working.


can you please provide the BR code? So, I will refer