Contains information about event notification definitions
| Column Name | Column Datatype | Column Null Option | Column Comment |
| enevid | integer | not null | Event rule ID. First part of the primary key. Foreign key to the arg_evdefhdrd table. |
| enid | smallint | not null | Event rule notification ID. Second part of the primary key. |
| enenable | smallint | with null | Disabled. Foreign key to the arg_strlst table. |
| entype | smallint | with null | Notification Type. Foreign key to the arg_strlst table. |
| enrtype | smallint | with null | Type of Recipient. Foreign key to the arg_strlst table. |
| enrecip | nvarchar(50) | with null | Recipient |
| contact_uuid | byte(16) | with null | Recipient. Foreign key to the ca_contact table. |
| endaysa | integer | with null | Days after event |
| entext | nvarchar(3700) | with null | Notification Text |
| creation_user | nvarchar(64) | with null | Creation user |
| creation_date | integer | with null | Creation date |
| last_update_user | nvarchar(64) | with null | Last update user |
| last_update_date | integer | with null | Last update date |
| version_number | integer | with null | Version number |
Product Name: Unicenter Asset Portfolio Management
Table Type: Table