- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2017 12:29 AM
When a user creates a new knowledge article I want the article to display default headings and comments in the article body, so that they follow the company style and are provided with assistance in the form of comments that they can delete. How do I create a number of templates with preformatted text ?
Solved! Go to Solution.
- Labels:
-
Knowledge Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2017 10:48 PM
Hi,
If I have answered your question, please mark my response as correct so that others with the same question in the future can find it quickly and that it gets removed from the Unanswered list.
If you are viewing this from the community inbox you will not see the correct answer button. If so, please review https://community.servicenow.com/docs/DOC-5601
Thank You
Please Hit Like, Helpful or Correct depending on the impact of response
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2017 03:25 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2017 10:48 PM
Hi,
If I have answered your question, please mark my response as correct so that others with the same question in the future can find it quickly and that it gets removed from the Unanswered list.
If you are viewing this from the community inbox you will not see the correct answer button. If so, please review https://community.servicenow.com/docs/DOC-5601
Thank You
Please Hit Like, Helpful or Correct depending on the impact of response
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2017 01:08 AM
Thanks for that, that sorted the question a little.
Unfortunately you cannot add formatting to the template, and all the text in the body runs into one paragraph.
The point being that users are not writers and need basic formatting rules and help to create articles.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2017 01:42 AM
Formatting is supported by system defined templates. You can navigate to System Definition -> Templates and create a new one for knowledge
Sample Text in HTML
<p>
<b>My Para 1</b>
<h4> Heading 4</h4>
Your text here
</p>
<p>
<b>My Para 2</b>
</p>
This can be loaded in your article from the templates Icon and will include the formatting.
Thank You
Please Hit Like, Helpful or Correct depending on the impact of response