ALM Project Database Reference
td.RULES Table
Description
Conditions for generating automatic alerts.
Remarks

Information on alerts generated according to these rules is stored in the ALERT Table.

Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
Primary Key RL_IDThe record ID.int4   
 RL_CONDITIONAn XML description either of an entity or an entity’s value. When the entity changes or when the value of the entity changes to the specified value, the alert is triggered.varchar16  
 RL_ACTIONThe XML specification of the action to perform when the alert is triggered.varchar16  
 RL_RECIPIENT

Specifies the role of the users who receive the notice.

varchar16  
 RL_DESCRIPTIONA description of the alert.varchar16  
 RL_TO_MAILIf Y, an alert is emailed to the recipients defined in the administration console.varchar1  
 RL_IS_ACTIVEIf Y, the rule is active.varchar1  
 RL_IS_PREDEFINEDFor future use.varchar1  
Indexes
IndexDescriptionPrimaryUnique
RL_PRIMARYKEY 
See Also