List of object attribute contacts that may receive notifications.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| id | integer | not null | Unique (to the table) numeric identifier. |
| persid | nvarchar(30) | with null | Persistent ID (SystemObjectName:id) |
| del | integer | not null | Deleted flag (0=active 1=inactive/marked as deleted) |
| sym | nvarchar(30) | not null | The sym value for this Notify_Object_Attr. |
| description | nvarchar(240) | with null | Textual description |
| last_mod_dt | integer | with null | Timestamp of when this record was last modified |
| last_mod_by | byte(16) | with null | Specifies the uuid of the contact who last modified this record |
| object_attr | nvarchar(250) | with null | Attribute name in object |
| object_type | nvarchar(30) | with null | Object name |
Product Name: Unicenter Service Desk
Table Type: Table