Moving knowledge articles from one template to another template

Sweta1012
Tera Contributor

Hi Everyone,

I have a requirement to make only standard template visible for certain Knowledge bases. For that I want all the existing articles belonging to any particular template to move into Standard template.

Is there any way in which I can move/migrate the knowledge articles which are currently using some different template into the Standard template?

6 REPLIES 6

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @Sweta1012 

 

My experience say No.

 

But i got a post m which has similar  point

 

https://www.servicenow.com/community/now-platform-forum/can-we-change-the-knowledge-article-template...

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************

Per-Kristian BM
Kilo Guru

Hello!

 

Yes, I did this in a project once, and it was done by a developer using a script, I could not manually change templates to a knowledge record. I am not a developer, so I am afraid I can't tell you how it was done, other then that it should be possible to do.

 

Our case was the other way around in terms of templates, we had many articles in the standard template and wanted them over to the KCS template. the script made it so that everything in the "article body" from the standard template was copied over to the "resolution" field in the KCS template. I don't know if this makes it more difficult in your case, as you want to add data from multiple fields in one template, and merge them all into one field.

 

Forgive me for not answering your question with a solution, but that it helps a little to get there. good luck 🙂

 

 

We did the same thing as you moving from the Standard template to the KCS Article one.  We didn't do it as a script, but one at a time with a custom "Copy KA" button.  I'm not sure if it was the same for you, but each article essentially had to be recreated as a new KB number since you can't simply apply the new template to an existing article.  Was that the same for you?  

 

@Sweta1012 - I agree that you may have a  harder time going backwards to the Standard template, unless all of your content is in a similar single "Article body" field. 

@Mike Van Vooren  So can we like somehow map the fields of the standard template with the other templates? Is it possible?

 

Can you guide me like how you proceeded with the custom KA button? If you could provide me some insights regarding that so that I can try that solution and try to see if it can implemented for my requirement too