displayColumn attribute
Defines which column is used as an identifier for the user.
Important
Using this attribute is not recommended. For new protocols, use either the naming option or the Protocol.Params.Param.ArrayOptions.NamingFormat tag instead.
Content Type
unsignedInt
Parent
Remarks
This column has to be of type “String”. It can be updated, and normally contains a readable key which identifies the row for the user.
Caution
Depending on how the display key is defined, there is an important difference in the way trend data is stored in the trend data database table. If the displayColumn attribute is used, the display key is used in the trend data table. In case either the naming option or NamingFormat is used, the primary key is used in the trend data table.
You should therefore never change existing protocols to start using naming instead of the displayColumn attribute, as this would result in the trend history becoming unavailable (even though it would still be present in the database).