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 Name | Description | Datatype | Length | Allow Nulls | Default | Formula | |
|---|---|---|---|---|---|---|---|
| HSET_ID | The record ID. | int | 4 | ||||
![]() | HSET_CATEGORY | The category of the homepage setting. | varchar | 240 | |||
![]() | HSET_NAME | The name of the homepage setting. | varchar | 240 | |||
![]() | HSET_OWNER | The username of the user who defines the homepage settings. | varchar | 240 | |||
| HSET_VALUE | The definition of the homepage setting. | varchar | CLOB |
Indexes
| Index | Primary | Unique |
|---|---|---|
| Send Help Center Feedback | ![]() | ![]() |



