One row for every option added to call manager or any other BOP related stuff.
| 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) |
| option_name | nvarchar(30) | with null | Option Name |
| sym | nvarchar(30) | not null | The sym value for this Options. |
| sequence | integer | with null | Sequence number for grouping and GUI |
| description | nvarchar(200) | 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 |
| action | integer | with null | The action value for this Options. |
| action_status | nvarchar(20) | with null | In Progress|Installed|Not Installed|Install Failed|Deinstall Failed |
| app_name | nvarchar(30) | with null | The app name value for this Options. |
| install_script | nvarchar(200) | with null | The install script value for this Options. |
| deinstall_script | nvarchar(200) | with null | The deinstall script value for this Options. |
| readme | nvarchar(200) | with null | The readme value for this Options. |
| value_active | integer | with null | 1=Yes 0=No |
| value | nvarchar(100) | with null | The value for this Options. |
| default_value | nvarchar(100) | with null | The default value for this Options. |
| validation | nvarchar(100) | with null | The validation value for this Options. |
| error_msg | nvarchar(100) | with null | The error msg value for this Options. |
Product Name: Unicenter Service Desk
Table Type: Table