FORMULA LANGUAGE
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
fieldValue
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