FORMULA LANGUAGE


@GetDocField
Example

Given the unique ID of a document, returns the contents of a specific field on that document. The document must reside in the current database.

Syntax

@GetDocField( documentUNID ; fieldName )

Parameters

documentUNID


fieldName
Return value

fieldValue


Usage

This function does not work in column or selection formulas.

Language cross-reference

FieldGetText method of LotusScript NotesUIDocument class

GetItemValue method of LotusScript NotesDocument class

getItemValue method of Java Document class

Example
See Also