FORMULA LANGUAGE
Checks a document for the existence of a field.
Syntax
@IsAvailable( fieldName )
Parameters
fieldName
flag
Use @IsAvailable to provide a default value for documents created with forms that do not include a field name.
This function can be used with select and column formulas using Summary fields only. Non-Summary fields are not available.
For information on creating a field in an existing document if it does not exist, see the FIELD keyword.
Language cross-reference
HasItem method of LotusScript NotesDocument class
hasItem method of Java Document class
Example See Also