• Anonymous
  • Login
  • Register
Trouble Tickets Notes-to-XPages Example

Owners Yun Zhi Lin, Hunter Medney, Padraic Edwards, Niklas Heidloff, Ryan Baxter Project Creation Oct 4, 2012
Contributors - Last Release May 7, 2013
Downloads 804Download latest release
Rating
(0 ratings)
Description Trouble Tickets Notes-to-XPages Example


Description
This application was created to demonstrate adding an XPages interface to an existing Notes application.  It was developed as a pure Notes application, and the XPages interface was added after.  The project contains 2 NSFs - the application as a pure Notes app and the same application as a hybrid Notes/XPages app.  The reason for 2 separate NSFs is some of the Notes code was refactored to allow it to be called from the XPages interface.

The XPages interface was built to coexist with the Notes interface such both could be used interchangeably - customers often prefer a coexistence period when deploying an XPages version of a Notes app.

About the application
The application is a simple help desk trouble tickets app where tickets are created by employees, submitted to the help desk, assigned to one of the staff and then closed.  Each step in the process is added to the ticket history which was implemented as a rich text field in the Notes app to allow for unbound growth.  The application has roles for "staff" and "manager" which control different views and actions like assigning a ticket to a staff person and defining ticket categories.

About the XPages interface
The XPages interface was built using Domino 8.5.3 and the Extension Library (mainly for the application layout and dialog controls).  Key points in the XPages interface:
- Overall layout created using the xe:applicationLayout
- LotusScript in the original Notes app was divided into frontend and backend libraries.  The backend library is shared between the Notes and XPages interfaces (accessed via agents from XPages).
- Dialogs were implemented using xe:dialog.  This application shows how to use xe:dialog to reproduce LotusScript actions with user interaction, e.g. using NotesUIWorkspace.DialogBox to gather user input in the middle of the script.

 



Projects can have short and readable URLs, e.g. http://mobilecontrols.openntf.org.

You can request a short URL to your project by sending a mail to support at openntf dot org.
Owners are the people with maximal rights. For example they can create releases and add more contributors.

In order to define multiple owners use "," (comma) as separator.

Because of data privacy you cannot lookup other people's names but you have to type them in.
Enter the contributors or owners here who you want to receive notifications and questions by email.

In order to define multiple owners use "," (comma) as separator.

Because of data privacy you cannot lookup other people's names but you have to type them in.
In addition to the owners additional OpenNTF contributors have to be listed here. Contributors don't have the same access rights as owners, e.g. they cannot create releases.

In order to define multiple owners use "," (comma) as separator.

Because of data privacy you cannot lookup other people's names but you have to type them in.
Enter a short description of the project here (up to 100 characters).

The short description shows up in the project UI and in some of the views.
In this field you should enter a more detailed description of your project.

You can use the rich text editor for rich text formating. You can also enter HTML to embed objects, e.g. to embed a YouTube video or a screenshot of the project. In this case use '[' and ']' to mark the passthrough HTML as such.
A Catalog Release is for projects that are production ready and that are end-user "install friendly".

This property describes whether any release of this project has been added to the catalog.

Learn more about the catalog.
GitHub can be used as source control repository for OpenNTF projects. In this case the Issues from GitHub are used instead of the Defects from OpenNTF.

Contact ip-manager@openntf if you want to have a GitHub project created in the OpenNTF space.

Learn more about OpenNTF on GitHub