Welcome to Community Week 2025! Join us to learn, connect, and be recognized as we celebrate the spirit of Community and the power of AI. Get the details  

What is the maximum limit of KB article source code?

hanaphouse
Tera Guru

Can anyone share the max limit of KB article source code -- by number of characters or by number of lines?

If no limit, how do Service-Now handle long KB articles.

The reason for this is that we are pushing data into Service-Now which will then generate a KB article.

1 ACCEPTED SOLUTION

Naresh27
Tera Guru

Hi Charlespalma,


As I understood that you were looking at content of kb_knowledge article boundaries.


If so, You can check the max character length of article content by right clicking on filed name('text') in kb_knowledge table and click configure dictionary. Then you see the Max character length set for your articles in your company servicenow instance. By default it is 65000 characters. Please check below image



find_real_file.png


I hope this helps.


View solution in original post

2 REPLIES 2

Naresh27
Tera Guru

Hi Charlespalma,


As I understood that you were looking at content of kb_knowledge article boundaries.


If so, You can check the max character length of article content by right clicking on filed name('text') in kb_knowledge table and click configure dictionary. Then you see the Max character length set for your articles in your company servicenow instance. By default it is 65000 characters. Please check below image



find_real_file.png


I hope this helps.


Thanks! It seems that Service-Now will either not respond or shows slower response time when publishing KB articles even halfway the max length.