COMPOSITE APPLICATIONS - DESIGN AND MANAGEMENT


Specifying valid notesurl entries
When using different methods for assembling and wiring composite applications, you may have to specify a value in a "notesurl" field.

This section provides basic reference information for what constitutes a valid notesurl value.

The entry format is as follows:

notes://Host/DominoObject?Action

Where:


Note For local applications, you need to need to specify with three slashes. For example, notes:///

Syntax Guidelines


These following actions are valid.

OpenDatabase

Sample syntax and examples are presented.

Syntax

notes://Host/__DatabaseReplicaID.nsf?OpenDatabase

Examples

notes://www.merabx.com/leads.nsf?OpenDatabase

notes://www.merabx.com/sales/discussion.nsf?OpenDatabase

notes://www.merabx.com/__852562F3007ABFD6.nsf?OpenDatabase

OpenView

Sample syntax and examples are presented.

Syntax

notes://Host/Database/ViewName?OpenView

notes://Host/Database/ViewUniversalID?OpenView

Examples

notes://www.merabx.com/leads.nsf/By+Salesperson?OpenView

notes://www.merabx.com/leads.nsf/DDC087A8ACE170F8852562F300702264?OpenView

OpenFrameset

Sample syntax and examples are presented.

Note The URLs shown below are for example only. They do not point to existing Web sites.

Syntax

notes://Host/Database/FramesetName?OpenFrameset

notes://Host/Database/FramesetUNID?OpenFrameset

Examples

notes://www.merabx.com/discussion.nsf/main?OpenFrameset

notes://www.merabx.com/discussion.nsf/35AE8FBFA573336A852563D100741784?OpenFrameset

OpenForm

Sample syntax and examples are presented.

Syntax

notes://Host/Database/FormName?OpenForm

notes://Host/Database/FormUniversalID?OpenForm

Examples

notes://www.merabx.com/products.nsf/Product?OpenForm

notes://www.merabx.com/products.nsf/625E6111C597A11B852563DD00724CC2?OpenForm

Creating a Notes URL that points to the user mail file and other user settings

Use the following examples for creating a Notes URL that points to a user mail file and to other user settings:


See Also