FORMULA LANGUAGE


EditProfile @Command
Example

Opens a new or existing profile document in Edit mode.

Syntax

@Command( [EditProfile] ; formname; uniqueKey )

Parameters

formname


uniqueKey
Usage

This command executes after all functions. Use @Command([EditProfileDocument]) to execute immediately. See the Order of evaluation for formula statements topic for more details.

You can access profile documents quickly and use them to store information that you don't want in user documents and to share information across scripts within a database.

Only one profile of a given form can exist per database per key. If you create a profile without a key, Notes assumes it's the only profile document of that form 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.

This function does not work in Web applications. Use @SetProfileField to create a profile document in a Web application.

Language cross-reference

EditProfile method in LotusScript NotesUIWorkspace class

GetProfileDocument method in LotusScript NotesDatabase class

Example
See Also