Contains information about event reminder definitions
| Column Name | Column Datatype | Column Null Option | Column Comment |
| evid | integer | not null | Event rule. Primary key. |
| evname | nvarchar(50) | with null | Event name |
| evenable | smallint | with null | Disabled. Foreign key to the arg_strlst table. |
| evaction | smallint | with null | Action. Foreign key to the arg_strlst table. |
| evntfreq | smallint | with null | Notification Event frequency. Foreign key to the arg_strlst table. |
| evdef | smallint | with null | Event cause. Foreign key to the arg_strlst table. |
| table_name | nvarchar(32) | with null | Table changed. First part of foreign key to the arg_field_def table. |
| field_name | nvarchar(32) | with null | Field changed. Second part of foreign key to the arg_field_def table. |
| evfrdef | smallint | with null | Value change from. Foreign key to the arg_strlst table. |
| evfrtext | nvarchar(255) | with null | Value |
| evtodef | smallint | with null | To Value. Foreign key to the arg_strlst table. |
| evtotext | nvarchar(255) | with null | Value change to |
| evfirst | smallint | with null | Earliest notification offset |
| evconfrm | smallint | with null | Confirm on generation. Foreign key to the arg_strlst table. |
| creation_user | nvarchar(64) | with null | User or process that created the record. |
| 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