ItemName (ViewColumn - Java™)
Read-only. The programmatic name of a column, which is usually the field (item) name for a column based on a field.
Defined in
Data type
String
Syntax
public String getItemName()
throws NotesException
Usage
The programmatic name is specified in the Advanced tab of the Column properties box.
By default:
- The programmatic name for a column based on a field is the name of the field.
- The programmatic name for a column based on a simple action or a formula is a dollar sign followed by a digit or digits -- "$1," "$2," and so on.
The view designer can change the programmatic name.