ItemName (NotesViewColumn - JavaScript)

Read-only. The programmatic name of a column, which is usually the field (item) name for a column based on a field.

Defined in

NotesViewColumn

Syntax

getItemName() : string

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.