FORMULA LANGUAGE


@GetProfileField
Example

Retrieves a field from a profile document, and caches the field value for the remainder of the session.

Syntax

@GetProfileField( profilename ; fieldname; uniqueKey )

Parameters

profilename


fieldname
uniqueKey
Return value

fieldvalue


Usage

This function does not work in column, hide-when, section editor, or view selection formulas. You can use it in toolbar buttons or agents.

You can use this function on the Web. Use @SetProfileField to create a profile document in a Web application. If no profile document by the name specified as the first parameter to @SetProfileField exists, Notes creates one. This function enables you to access the fields in that profile document.

Language cross-reference

FieldGetText method of LotusScript NotesUIDocument class

GetItemValue method of LotusScript NotesDocument class

getItemValue method of Java Document class

Example
See Also