logo

NJP

ServiceNow Knowledge base template code for our Resource pages

Import · Apr 30, 2015 · article

Building your knowledge base is easy when you have put thought and structure into using templates. If you know there are a series of Knowledge article types that will follow the same look and feel, templates can be your best friends. All you have to do is plug and play. At Knowledge15, as well as in this special interest group, I have noticed that there has been a need to see what others have used for templates.

image

We use our resource pages to bring together links from all of our support self-service properties at ServiceNow. It gives our customers a sense of the content we have available for them, without them having to bounce around Google or between properties. Here is an example of what our Email Resources page looks like.

<!-- p { font-family: Omnes-pro, Arial, Verdana, sans-serif; font-size: 12px; line-height: 14px; //font-weight: bold; //text-decoration: underline; margin-top:5px; margin-bottom:5px; } table{ max-width:800px; } td { vertical-align:top; } ul { // list-style-image:url("<link-to-image>"); list-style-type: none; padding: 0; margin: 0; } li { font-size: 13px; color: #646464; line-height: 21px; // background-image: url("<link-to-image>"); background-image: url("16x16-document.pngx"); background-size:10px 10px; background-repeat: no-repeat; background-position: 0 .7em; padding-top: .3em; padding-left: 1.2em; } li.soon { // background-image: url("<imageurl>"); background-image: url("soon-doc.pngx"); color: #cccccc; } li.star { // background-image: url("<imageurl>"); background-image: url("star.gifx"); } li.pdf { // background-image: url("<link-to-image>"); background-image: url("pdf.pngx"); } li.link { // background-image: url("<link-to-image>"); background-image: url("link.gifx"); } li.zip { background-image: url("ZipFile.gifx"); background-size:20px 20px; } a:link { color:#646464; text-decoration:none; } a:visited { color:#646464; } a:hover { color:#D1232B; text-decoration:underline; } .mainPage { width: 100%; } .newsItem { font-size: 14px; line-height: 21px; } .sectionHeader { // font-family: Omnes-pro, Arial, Verdana, sans-serif; font-size: 20px; line-height: 21px; } div.blockHeader { margin-top:0px; padding-left:5px; padding-right:5px; font-size: 20px; line-height: 42px; font-weight: ; color:#D1232B; background-image: url; background-repeat: no-repeat; background-position: right; } div.blockHeader:hover { background:dddddd; background-repeat: no-repeat; background-position: right; } .blockImage { width:50px; height:50px; } .blockComment { padding-left:5px; padding-right:5px; font-size: 13px; line-height: 16px; color:#646464; } .blockContent { padding-left:5px; padding-right:5px; } .blockDiv { border-collapse: separate; border-spacing: 2px; border-color: gray; margin-left:5px; margin-right:5px; padding-top:8px; padding-left:8px; padding-right:8px; width:530; height:180; background: linear-gradient(#f7f7f7, #fafafa); border-top-right-radius:16px; border-bottom-left-radius:16px; } .title { color: #D1232B; font-weight:; font-size:28px; } .innerTable{ background-color:transparent; } div.margin{ padding: 10px 40px 10px 30px; } \-->


| \[Topic\] Resources


This article is a quick reference guide to the Knowledge Base articles and additional support resources that cover common \[topic here\] issues and topics.

1\. Product Documentation: \[Topic\] resources
ServiceNow Production Documentation provides helpful information on the \[topic\]. Check out the links below for the most popular articles.

  • Notifications on HI
  • Key Contact Notifications
  • Configuring Email
  • Managing Company Contacts

2\. Knowledge: Troubleshooting \[topic\] issues
\[Topic\] issues can be caused by a wide variety of factors. For more information and troubleshooting help, check out the articles below. Some
links may require you to log in to HI.

  • Subscribing, unsubscribing, and filtering: HI Notifications
  • Email Resources landing page
  • Troubleshooting email notifications

3\. Video: \[Topic\] video tutorials
For our very popular video tutorials on many common UI issues, visit these links.

  • Part One: Verifying Email Sending Configuration
  • Part Two: Verifying Email Sending Configuration
  • Part Three: Verifying Inbound Email User and Incident Creation Settings

4\. Community: Answers to \[topic\] questions
There are many blogs, discussions, threads, and answers to your \[topic\] questions in the Community. Here are some of the most popular. Some links may require you to log in to the Community.

  • Mandatory Notifications
  • Fields in Email Notification

I have provided the code for two of the other common templates we use. I've changed some reference links throughout, and made some text placeholder, so you'll need to alter for your environment as necessary.

See our other templates that we use in the ServiceNow Knowledge Base:

  1. Internal Processes template
  2. Troubleshooting template
View original source

https://www.servicenow.com/community/now-platform-blog/servicenow-knowledge-base-template-code-for-our-resource-pages/ba-p/2285807