Lotus Software logo
IBM Lotus Domino Designer 8.5
  Versions 8.5 and 8.5.1






EditProfile method

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 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

See examples

Examples: EditProfile method
Related topics
Profile forms
GetProfileDocument method
IsProfile property (in NotesDocument)
Key property (in NotesDocument)
NameOfProfile property (in NotesDocument)




Library | Support | Terms of use |

Last updated: Monday, October 5, 2009