ALM Project Database Reference
td.SITE_ACTIONS Table
Description
Permissions of users of this project on actions 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 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.

Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
Primary Key SIAC_ACTION_NAMEThe ACTIONS.AC_ACTION_NAME.varchar40   
 SIAC_GRANT_MASKGroups whose members can perform the action.varchar512  
 SIAC_OWNER_SENSIBLEGroups whose members can perform the action if the member is the entity owner.varchar512  
Indexes
IndexDescriptionPrimaryUnique
SITE_ACTIONS_PK 
See Also