FORMULA LANGUAGE


@SetProfileField
Example

Sets the value of a field in a profile document or creates a profile document.

Syntax

@SetProfileField( profilename ; fieldname ; value ; uniqueKey )

Parameters

profilename


fieldname
value
uniqueKey
Return value

value


Usage

Use this function to create a profile document in a Web application. The EditProfile @command does not work on the Web. If no document exists with the name specified as the first parameter of this function, Lotus Notes/Domino creates a profile document with that name. Use @GetProfileField to access data from the profile document.

Language cross-reference

EditProfile method of LotusScript NotesUIWorkspace class

Example
See Also