Skip to main content

Creating a Domino Navigation System - Part 1

Introduction
In this tutorial, I'll be attempting to show you one way that you could make a menu/navigation system for your company (I'm hesitating to use the word portal), without resorting to either Workplace or WebSphere.

I think we're all familiar with the welcome screen, which is nice for individual users, but really isnt much good for a corporation, especially not one with lots of databases.

I originally built a navigation system for my company using Navigators, they were the only things available at the time. This resolved some problems I had with the workspace, namely how to put new databases on the desktop, and control where they went.

Unfortunately, the problem with this approach is that when you want to make changes, you have to do so using designer. I wanted to come up with a more flexible navigator which would allow things to be easily moved around.

Note that the proposed navigator is a Notes-based, rather than web-based system.



The Basic Building Blocks
I'm going to assume a little familiarity with domino designer here...

Outlines
Create an outline to use for the left hand panel navigation system - I'd suggest that it should include things like My Mail, and the main departments/divisions in your company.

Pages
Create a Page for the Navigator Controls (down the left hand side of the screen), and embed the outline onto it.

Create a second page for the main body of the navigator - we're actually going to use views for most of the work in the navigator, but a page is really nice to start on. This gives us a bit of scope for graphics. You might want to embed some frequently used views from other databases onto this page. I added our room booking system and business contacts, speed dials and staff phone list. I also added some graphical icons below and put two views (back into the navigation system itself) at the top (I'll provide more information on these later).

I created a page for the Top banner and a page for the version number (bottom left hand corner), these pages don't do much, so you might want to ignore them.

Forms
I have two forms in my database, one is a Navigator Entry, and the other is a Reminder. The reminder is essentially the same as the navigator entry except that it has time and scheduling fields to make its entries appear only on days for which it is relevant. The data from the reminder form appears on the top view of the navigator.

I'm mainly going to be concerned with the navigator entry form. This form should have, at the very least, an Item Title (text field), possibly a LinkType (dialog list) and a LinkData field (text).
I've called these fields TXTTitle, KEYLinkType and TXTLinkData respectively. You should also consider having a Categories (Dialog List) field, so that you can decide which views an entry should be in. My categories field was called KEYCategories.

Views
Finally, create a view which displays the TXTTitle from the Navigator Entry form. You can place a restriction on the view if you like, In my case, I restrict to only those Navigator Entries which have @Contains(KEYCategories ; "STAFF_FAVORITES"). You should update your page to embed this view on it.

You should create one or two more copies of this view, with different KEYCategories restrictions, including at least one view with no restrictions. You should link some of your outline entries to these views, (to open the views in the pane currently occupied by the main body page.

Framesets
Create a frameset to tie all of these elements together and set the database to open the frameset. Make the navigation controls page, and the main body page the default settings for the navigator, and set the database to open the navigator automatically when it is opened.


Next Time: I'll give you the code required to execute items when they are double-clicked in views.

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