LOTUSSCRIPT/COM/OLE CLASSES


EditProfile method
Example

Opens a new or existing Profile document in Edit mode.

Defined in

NotesUIWorkspace

Syntax

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

Parameters

profileName$


uniqueKey$
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 that applies to an entire database.

Documents saved with EditProfile are hidden.

Language cross-reference

EditProfile @command in formula language

EditProfileDocument @command in formula language

@SetProfileField function in formula language

Example
See Also