Subject: custom folder, custom toolbar button, and categories
First of all, since it appears you are not a domino developer, I would HIGHLY suggest you speak to your Helpdesk about this if you have one. They should really be helping you with this! I know I would!
The rest of this assumes that you either don’t have a “lotus notes” person available, or that they are worthless…Oh, and I am also assuming you are using the client, not webmail…none of this works for webmail.
Please understand that you’re asking to do something that is supported…but without using the 4 different supported methods (unreads, folders, followups, and colors by sender)…and also without any coding. That’s a pretty tall order, and it will require you to be willing to do a little upfront work.
Go File>Preferences>Toolbar>Customize
Click New>Button, name it categorize.
In the big white box that says “Formula”, enter EXACTLY the following:
fldval := @Prompt([OkCancelEdit];“new value”;“new value”;“”);
@SetField(“Categories”;fldval);
Now click OK and exit the toolbar windows.
From the inbox in question, go Create>Folder.
Click Advanced.
Give it a name, makr it Private, and click Save and Customize.
This opens the design of the folder, so you can see/edit the columns. Click on the first column header on the left to select it.
Click Create>Insert New Column. Your new column header should appear and be selected (black).
At the bottom, choose Fields, then from the list choose Categories.
Save and Exit the folder design window.
Now, you can go into your Inbox. Every time you want to check your statuses, select all documents in the Inbox (Ctrl + A) and then Folder>Move to Folder>ADD (not move, ADD).
Now go to that folder, and any documents where you didn’t set the category yet will be obvious.
Select one and click that new toolbar button, and it will prompt you to enter a category. Enter the category and hit enter, and it categorizes your document.
That’s the basics. There are other ways to customize that folder, but I figured this would probably be a lot for you to handle as it is.