ALM Project Database Reference
td.SITE_ENTITIES Table
Description
Permissions of users of this project on entities of a central project.
Remarks

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 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.

Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
Primary Key SIENT_ENTITY_NAMEThe Entity ID.varchar40   
 SIENT_GRANT_DELETEGroups whose members can delete the entity.varchar512  
 SIENT_OWNER_SENSIBLE_DELETEGroups whose members can delete the entity if they are the owner.varchar512  
 SIENT_GRANT_MODIFYGroups that can modify the entity.varchar512  
 SIENT_OWNER_SENSIBLE_MODIFYGroups whose members can modify the entity if they are the owner.varchar512  
 SIENT_GRANT_ADDGroups whose members can create a new entity of this type.varchar512  
 SIENT_DEFAULT_FIELDDefault permission value for fields that do not have specific permissions defined in the local project.varchar512  
 SIENT_DEFAULT_ACTIONDefault permission value for actions on entities where the action has no specific permissions defined in the local project.varchar512  
 SIENT_PUIDThe ID of the central project to which these permissions apply.varchar36  
Indexes
IndexDescriptionPrimaryUnique
SIENT_PRIMARYKEY 
See Also