These define a single condition
| 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) |
| sequence | integer | not null | Ordering |
| owning_macro | nvarchar(30) | with null | The owning macro value for this Atomic_Condition. |
| lval | nvarchar(30) | not null | The lval value for this Atomic_Condition. |
| rval | nvarchar(50) | with null | The rval value for this Atomic_Condition. |
| rval_assoc | nvarchar(30) | with null | The rval assoc value for this Atomic_Condition. |
| cond_code | nvarchar(500) | with null | The cond code value for this Atomic_Condition. |
| l_paran | integer | not null | The l paran value for this Atomic_Condition. |
| r_paran | integer | not null | The r paran value for this Atomic_Condition. |
| description | nvarchar(240) | with null | Textual description of this condition |
| operator | integer | not null | The operator value for this Atomic_Condition. |
| connecter | integer | not null | The connecter value for this Atomic_Condition. |
| 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 |
Product Name: Unicenter Service Desk
Table Type: Table