Project Data Tables Database > td Schema : td.SITE_ACTIONS 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 actions on 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 | |
---|---|---|---|---|---|---|---|
SIAC_ACTION_NAME | The ACTIONS.AC_ACTION_NAME. | varchar | 40 | ||||
SIAC_GRANT_MASK | Groups whose members can perform the action. | varchar | 512 | ||||
SIAC_OWNER_SENSIBLE | Groups whose members can perform the action if the member is the entity owner. | varchar | 512 |
Index | Description | Primary | Unique |
---|---|---|---|
SITE_ACTIONS_PK |