How to enforce a Knowledge Article Template?Issue <!-- div.margin{ padding: 10px 40px 40px 30px; } table.tocTable{ border: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .6em; padding-bottom: .6em; padding-left: .9em; padding-right: .6em; } table.noteTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:2; } table.internaltable { white-space:nowrap; text-align:left; border-width: 1px; border-collapse: collapse; font-size:14px; width: 85%; } table.internaltable th { border-width: 1px; padding: 5px; border-style: solid; border-color: rgb(245, 245, 245); background-color: rgb(245, 245, 245); } table.internaltable td { border-width: 1px; padding: 5px; border-style: solid; border-color: #E0E0E0; color: #000000; } .title { color: #D1232B; font-weight:normal; font-size:28px; } h1{ color: #D1232B; font-weight:normal; font-size:21px; margin-bottom:-5px } h2{ color: #646464; font-weight:bold; font-size:18px; } h3{ color: #000000; font-weight:BOLD; font-size:16px; text-decoration:underline; } h4{ color: #646464; font-weight:BOLD; font-size:15px; text-decoration:; } h5{ color: #000000; font-weight:BOLD; font-size:13px; text-decoration:; } h6{ color: #000000; font-weight:BOLD; font-size:14px; text-decoration:; } ul{ list-style: disc outside none; margin-left: 0; } li { padding-left: 1em; } --> Description Enforce a knowledge article template at the time of creation Procedure 1st option: In the Knowledge Base, you can choose a default field and choose what you want to put in that default field. For instance, you can choose "Text" and put in what text you want to be in the article when it is created. A couple of drawbacks. This does not support HTML and the user still has to click OK to apply the default text you chose. 2nd option: On the "Text" field on the Knowledge Article form, you can right-click on this field and choose "Configure Dictionary". From there, go to the default tab and you will see a text box. You can put whatever text you want in here and HTML is supported. This will fill in the field when an article is created. 3rd option: Out of Box, we do offer Knowledge Templates in the Template bar that you can create but users have to click on the template. But you can create a script that calls a Knowledge Article Template and loads it into the article. This will require more customization but there is documentation about calling templates in Scripts https://docs.servicenow.com/csh?topicname=r_ScriptedTemplates.html&version=latest. This is also mentioned on the Community. https://community.servicenow.com/community?id=community_question&sys_id=3e7047e1db98dbc01dcaf3231f9619a7&view_source=searchResult. If you choose this option, we would suggest posting any issues in the community as this is the best place that can help with customization. Applicable Versions All Versions