Crow Canyon Systems, Inc.
This User Manual describes setting up the
Web interface on Exchange 5.5. For Exchange 2000 and 2003, see UserManual_30_Web2K.htm
Setup of Virtual
Directory on Server
Outlook Help Desk 3.0 includes Web-based forms for users to submit
and view Help Desk Tickets. The forms are set up as a virtual directory under
Internet Information Server (IIS) on an Exchange server running Outlook Web
Access (OWA).
Users type
“http://yourOWAservername/helpdesk” in their browser to access the Web-based
forms. Users are first presented with a login screen where they enter a valid
Windows account (just like OWA). Once logged in, users and Help Desk staff can
submit and view tickets. When viewed in the browser after being submitted, the
tickets are read only and changes cannot be made to the tickets through the Web
interface. Changes can be made through Outlook.
You will
need Exchange Server 5.5 SP1 and above with Outlook Web Access. Also, you need
to have Outlook Help Desk 3.0 set up in the Exchange Public Folders before
using the Web-based forms. Clients just need a Web browser.

Directory
Security tab, under “Anonymous Access and Authentication Control”, press Edit.
Check Basic Authentication and Windows NT Challenge/Response.

Windows
NT: Open User
Manager, then go to Policies/User Rights.
Windows
2000: Open Local Security
Policy (Start/Programs/Administrative Tools). In Local Security Policy, go to
Security Settings/Local Policies/User Rights Assignment. If the OWA server is a
Domain Controller in Windows 2000, the “Log on Locally”
right also needs to be granted in Domain Controller Security Policy
(Start/Programs/Administrative Tools). In the Domain Controller Security Policy
screen, go to Windows Settings/Security Settings/Local Policies/User Rights
Assignments.
Our recommendation is to create a
group – “OWA Users” or “HelpDesk Users” – and grant the right to this group, then add users to the Group.
Exchange 5.5 (Windows NT Server):

**** Look for the
lines below in the Default.asp ****
' THE LINE BELOW
HAS TO BE CHANGED IF THE HELP DESK IS NOT RIGHT UNDER 'ALL PUBLIC FOLDERS'
' SEE USER MANUAL
FOR INSTRUCTIONS
' *************************************************************
Set
recursefolder = myrootfolder.Folders("Help Desk")
'
*************************************************************
Replace the “Set recursefolder” line with this (all on one line)
Set recursefolder = myrootfolder.Folders("xxx").Folders("Help Desk")
Replace
the xxx with the folder names. The first Folders("xxx")
must be the folder right under "All Public Folders". The next Folders("xxx") is a sub-folder under the first
one, etc. Use only as many Folders("xxx") as
you need to get to the Help Desk location. Make sure the folder names are
spelled exactly as they are in the Public Folder tree.
For
example, if your Help Desk folder is under “IT Services” which is under “All
Public Folders”, then the line would read (all on one line):
Set recursefolder = myrootfolder.Folders("IT Services").Folders("Help Desk")
II. SETUP OF FOLDER VIEWS IN OUTLOOK

Create a
Help Desk view with these settings:
|
View Name |
Type
|
Fields
|
Group
By |
Sort |
|
Help Desk |
Table |
From User
(from Help Desk Ticket fields) |
None |
Received
(descending) |
|
|
|
Received
(from All Mail Fields) |
|
|
|
|
|
Subject
(from All Mail Fields) |
|
|
To set fields, choose Fields in the View Summary. This
brings up the Show Fields box.
To change which fields you can select in “Available fields”,
go to the “Select available fields from:” drop-down box in the lower left.

|
View
Name |
Type |
Fields
|
Group By |
Sort |
|
Help Desk |
Table |
From User (Assigned
Help Desk Ticket fields) |
None |
Received
(descending) |
|
|
|
Received
(All Mail Fields) |
|
|
|
|
|
Subject
(All Mail Fields) |
|
|
|
|
|
Ticket ID
(Assigned Help Desk Ticket fields) |
|
|
|
|
|
Task
Priority (Assigned Help Desk Ticket fields) |
|
|
|
From |
Table |
From User
(Assigned Help Desk Ticket fields) |
None |
From User
(ascending) |
|
|
|
Received
(All Mail Fields) |
|
|
|
|
|
Subject
(All Mail Fields) |
|
|
|
|
|
Ticket ID
(Assigned Help Desk Ticket fields) |
|
|
|
|
|
Task
Priority (Assigned Help Desk Ticket fields) |
|
|
|
Priority |
Table |
From User
(Assigned Help Desk Ticket fields) |
None |
Task
Priority (ascending) |
|
|
|
Received
(All Mail Fields) |
|
|
|
|
|
Subject
(All Mail Fields) |
|
|
|
|
|
Ticket ID
(Assigned Help Desk Ticket fields) |
|
|
|
|
|
Task
Priority (Assigned Help Desk Ticket fields) |
|
|
|
Ticket ID |
Table |
From User
(Assigned Help Desk Ticket fields) |
None |
Ticket ID (ascending) |
|
|
|
Received
(All Mail Fields) |
|
|
|
|
|
Subject
(All Mail Fields) |
|
|
|
|
|
Ticket ID
(Assigned Help Desk Ticket fields) |
|
|
|
|
|
Task
Priority (Assigned Help Desk Ticket fields) |
|
|
Logon
screen:

Menu Page:

Submit a Ticket:

View the
Assigned folder list:

View an Assigned Ticket (read-only)

