Project Data Tables Database > td Schema : td.SITE_FIELD Table |
Central projects are generally encountered with integrations and extensions. Data belonging to the tool may be stored in one place and used in several ALM projects. The permissions on the central project may be different from one ALM project to another. Permissions on fields of central projects' entities are stored in this table.
Each permission field is bit mask that specifies the groups whose members have rights to perform the action. If bit X is set, the permission is granted to the group identified with GROUPS.GR_ID=X.
Column Name | Description | Datatype | Length | Allow Nulls | Default | Formula | |
---|---|---|---|---|---|---|---|
SIFLD_SF_FIELD_NAME | The name of the field in the central project. The name is unique because it is prefixed with the table name. The name matches the name n the SYSTEM_FIELD Table. | varchar | 40 | ||||
SIFLD_GRANT_MODIFY | Groups whose members can modify the field. | varchar | 512 | ||||
SIFLD_OWNER_SENSIBLE | Groups whose members can modify the field if they are the owner. | varchar | 512 | ||||
SIFLD_IS_VISIBLE_FOR_GROUPS | Groups whose members can see the field in the user interface. | varchar | 512 | ||||
SIFLD_UDF_VERSION | The number of times the properties of the user-defined field have been changed. | int | 4 |
Index | Description | Primary | Unique |
---|---|---|---|
SITE_FIELD_PK |