EditProfile (NotesUIWorkspace - LotusScript®)

Opens a new or existing Profile document in Edit mode.

Defined in

NotesUIWorkspace

Syntax

Set notesUIDocument = notesUIWorkspace .EditProfile( profileName$ [ , uniqueKey$] )

Parameters

profileName$

String. The name or an alias of the Profile document, or the form name to use to display the Profile document.

uniqueKey$

String. Optional. The key associated with the Profile document.

Usage

You can efficiently store information in Profile documents. You can access them quickly and use them in templates to store specific information, or to share variables across scripts within a database.

Only one profile of a given form or name can exist per database per key. If you create a profile without a key, Notes® assumes it's the only Profile document of that type in the database. You need at least author access to create a profile document.

Documents saved with EditProfile are hidden.

Example