td.HOMEPAGE_SETTINGS Table

Description

This table saves the Homepage settings of project users.

The table is a two-level list of variables. The HSET_CATEGORY is the name of the list and can be any string. Each category can have any number of variables. The variable name is HSET_NAME. The HSET_VALUE is the value of the variable. The format of the string is determined by the application using the variable.

Columns

 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
 HSET_IDThe record ID.int4   
Primary KeyHSET_CATEGORYThe category of the homepage setting.varchar240   
Primary KeyHSET_NAMEThe name of the homepage setting.varchar240   
Primary KeyHSET_OWNERThe username of the user who defines the homepage settings.varchar240   
 HSET_VALUEThe definition of the homepage setting.varcharCLOB   

Indexes

IndexPrimaryUnique
Send Help Center Feedback