Skip to main content

Using SharePoint Page Templates to Store Inventory Items


SharePoint's new Page Templates are awesome and everyone should be taking advantage of their features. I've been using SharePoint pages a lot to build our corporate intranet but the templates take this to a completely new level. Now I can use it for inventory purposes too. 

Understanding Inventory Types

When it comes to inventories, sometimes you want something complex that will let you do all kinds of computations and exports. Computer and phone hardware inventories are like that, and they're best done as SharePoint lists.

Sometimes however, your inventory object means more simply by itself. Sometimes you need to be able to write a whole heap of "free text" around it.  Good examples of this could include domain name inventories and IT only contacts. These kinds of things work very well in SharePoint as templates.

In this post, I want to show you how you can build your own inventory page.

Create a Page

I'm going to assume that everyone already loves pages (because they're awesome) and knows how to create them in SharePoint.  In case you don't this is a very quick guide;
  1. Go to any modern SharePoint library (or to the SharePoint part of your Teams group) 
  2. Click on the Square Icon in the upper left hand corner to make sure that you're on the home page.
  3. Click New, then Page.
  4. Type a name for the page (I always try to type a short name and then rename it later, so that I get nice URL) 
  5. Put any information you want on the page. 
  6. Click Publish.

Set up your Page

Set your page up how you want it. In my case, this means that I'll put links to the main menus of my sharepoint site (Site root and inventory section).  It means that I'll put all the headings in and that I'll use the SharePoint Headings Styles for the sections. 

Using the heading styles enables me to get URLs to the anchor points on the page copy them to the clipboard and use them to build the menu on the left (be sure to edit out the majority of the URL so that it is just the hash and whatever is after it in the link (ie: #Security).

Domain Inventory Record
My Domain Inventory Record - Click to see full size

Save the Page as a Template

When you're happy with the way your page looks;
Click the down arrow next to Save at the top of the page, and click Save as template.
You'll be prompted to give your template a name

Using your Template

To use your template;

1. Go to your site and click New, then Page.



2. You'll see an option to choose a template. (This is why you named it).
3. Click on your template.

Template selection screen.

4. A new page will appear, ready for you to use.

Template selection screen.
Having a Pre-Populated template makes navigation easier.

5. Fill out your template and save it. 

Creating a Full Inventory List

So, now you've created a single inventory item. It links to the parent page and it's fully searchable on the SharePoint site. The next step is to link it to the parent site to provide downwards navigation. 

On the inventory page of my SharePoint site, I've got a list of domains (apologies for the blurring in this example). Now, I want to link my domain record to the list. 

a list of domain names

To do this, 
1. Put the page into edit mode
2. Highlight the text you want to link.
3. Click the chain (link) icon on the text formatting bar. 
4. Locate the page you want linked and click on it. 
5. Click Save. 
6. Repeat this for any other pages you want linked. 
7. Click Publish / Republish on the page. 





Comments

Popular posts from this blog

How to Change Your Notification Options for New Lotus Notes Mail in version 8.x

Don't worry, I'm not patronizing you (my readers), I just decided to re-document this for one of our internal users and thought you might want to be able to use it in your own user documentation. WHAT IS THIS DOCUMENT ABOUT? Some people who don't get a lot of mail, like to be notified when such an event occurs. Notification can be; via a sound via a pop-up box via the system tray (where the computer clock is) The pop up box looks like this; Other people, who like myself, get too much mail would rather not be notified. The aim of this document is to tell you how (and where) to turn these options on and off. CHANGING YOUR SETTINGS To change your settings from the Notes 8.x client; On the Menu, click File , then Preferences... On the left hand side , click on the little plus sign to the left of Mail to expand the options. Click on the option marked Sending and Receiving . In the middle section, under receiving, you can control your notifications. If you untick the box mark

How to Create an Auto-Response Mail Message in Lotus Notes 8.5.3+

Why would you do this? Suppose that you have an externally accessible generic email address for your company; support@mycompany.com or info@mycompany.com. You might expose this to the web and allow people to send messages to you. Setting up an auto-response email will tell the senders that their message reached its destination and that it will be dealt with accordingly.  It's also good practice to include links to FAQs or other useful information. Why 8.5.3 The techniques we'll be using here work in older versions of Notes but some of the options seem to have moved around in 8.5.3.  I figured it was a good time to show you where they've moved to. The Procedure Start Domino Designer and open the Mail file to be modified.  A really quick way to do this is to right-click on the application tab and choose "Open in Designer". In the Left hand panel of designer, expand Code and then double-click Agents.  A new window should appear. Click the action

How to Do a Mail Merge to Email using Lotus Notes

Why do one? In today's "green" world, it makes much better sense to send out emails than letters but you still want to personalize them. Sadly, by itself Lotus Notes doesn't support mail merge to email. Of course, we know that outlook does (but then it lets anyone and anything send emails for you - even when you don't want them to). So, how to do it in Notes? OpenNTF The first port of call is OpenNTF ( http://www.openntf.org/ ). This place is full of great things but most of them are really badly documented. Still, these guys give things away for free and they develop in their spare time, so we should be grateful for what we get. There's a great little project there called MailMerge Excel to Notes . Go there, click on releases and download the ZIP file. Getting to the Code The installation is tricky though I've noted that since I asked the author about the install, it's been updated (so maybe these steps are less necessary). Unzip the files to somewher