- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-02-2017 06:47 PM
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.
Solved! Go to Solution.
- Labels:
-
Knowledge Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-02-2017 08:32 PM
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
I hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-02-2017 08:32 PM
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
I hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-03-2017 09:36 AM
Thanks! It seems that Service-Now will either not respond or shows slower response time when publishing KB articles even halfway the max length.