Creating Domino elements

This section assumes you have configured the Domino data source connection as described in the Unwired Accelerator Administration Guide.

  1. In the Application Builder, click the down arrow next to the Add button and select Domino Element.

  2. In the Domino Element Definition window:

    1. Select the Connection Type:

      • Connection Pool – allows you to choose from a list of preconfigured connection pools. The list of available preconfigured connections comes from the list specified in global.properties.xml.

      • Domino URL – allows you to manually configure connection properties. The user gets relevant fields based on the ConnectionType value selected in global.properties.xml:

        For WebSession:

        • Database Path – the path to the Domino database, such as HelpdeskSystem.nsf.

        • Username – the Domino user name.

        • Password – the internet password; for example, sybase.

        For DIIOP:

        • Server – the Domino server; such as ua-dom1.sybase.com.

        • Port – DIIOP port value, such as 63148.

        • Database Path – the path to the Domino database, such as HelpdeskSystem.nsf.

        • Username – the Domino user name.

        • Password – the internet password; for example, sybase.

        For NRPC:

        • Server – the Domino server; such as ua-dom1.sybase.com.

        • Database Path – the path to the Domino database, such as HelpdeskSystem.nsf.

        • User ID file – the Domino administrator’s user id file, such as //ua-dom1/cdata/admin.id.

        • Password – the ID file password; for example, sybase.

    2. Click Find. The “View,” “Agent,” and “Field” names from the View selection boxes are populated, according to your selection.

  3. In the Domino Element Definition window, under “Application Type,” indicate whether to use Views to filter a Domino view, or to capture data using an agent:

  4. In the Domino Element Definition window, click Preview to view the document for the selected options.

  5. Click Next.

  6. In the Define window, define the record layout and specify a record header. See “Defining record layout”. Click Next.

  7. In the Filter window, specify filter rules to select only the relevant data from the element. See “Adding filter rules”. Click Next.

  8. The Configure Parameters window displays the element’s CGI parameters. See “CGI parameters” and “Using the database table adapter”. Click Next.

    NoteWhile creating update applications, UA requires you to pass NoteID and Form fields to the agent. On the parameter definition screen, select the Type as “None” and Kind as “Update”. This will pass the NoteID and Form field values to the agent, but will not permit the user to modify it.

  9. In Window Preview, enter an element name.

  10. Click Finish, then Close to return to the Application Builder.

  11. In the Application Builder, click Save. See “Saving applications”.