Creating a Domino application

In this tutorial, you set up three applications—a master list application, and two drill-down applications (update and insert)—that extract data from the Domino database. You can then link all the elements to create a mobile application that can be deployed to a mobile device.

StepsCreating and approving the list application

  1. From Mobile Web Studio, select Applications in the left pane, select New in the Application Manager Status menu, and click the New button to launch Application Builder.

  2. Click the down arrow to the right of Add, and select Domino Element.

  3. On the Domino Element Definition window, make sure the Domino URL option is selected.

    Enter the Domino connection information:

    Note The fields you see in this window vary according to the connection type you are using This tutorial uses the default connection type, “websession.” See the Unwired Accelerator Developer’s Guide for information about the Domino connection types.

    Click Preview to preview the Domino element.

  4. Click Next.

  5. In the Define window, in Define Record Layout:

    1. Select Rows.

    2. Select Records Contain Labels.

    3. In Labels are Displayed in Record, enter 1.

    4. Click Next.

  6. In the Filter window, click Next.

  7. In the Configure Parameters window, check all parameters with the prefix “_dmno_” that you want to parameterize. Click Next.

  8. In the Preview window, in Element Name, enter Demo_Helpdesk_List.

    Click Finish.

  9. In the Application Builder, click Save.

  10. On the Finish window, make these entries (otherwise accept the defaults):

    Roles tab Click Add All to add all roles to this application.

    Mobile tab Select Make Available for Disconnected Mobile Devices.

  11. Click Finish to save the application, and click OK to confirm.

  12. Click Close in the upper-right corner to close the Application Builder window.

  13. When you return to the Mobile Web Studio main window, select New from the Application Builder Status menu. The Demo_HelpDesk_List application displays in the detail pane.

  14. In Mobile Web Studio, right-click the Demo_HelpDesk_List application in the detail pane, and select Approval Status | Approved.

    Click OK.

  15. Select Approved from the Application Manager Status menu. You see the newly approved Demo_HelpDesk_List application in the detail pane.

You have successfully created a list application using the Domino database as a source.