Remote References. Used for smart hooks. Determines what command to execute. Different command for unix and pc's using the same smart hook. Can apply security to smart hook.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| id | integer | not null | Unique (to the table) numeric identifier. |
| del | integer | not null | Deleted flag (0=active 1=inactive/marked as deleted) |
| sym | nvarchar(30) | not null | Name of command |
| 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 |
| description | nvarchar(500) | with null | Description of command |
| code | nvarchar(12) | not null | Noneditable key for command |
| exec_str | nvarchar(500) | with null | String to execute on unix |
| pcexec_str | nvarchar(500) | with null | String to execute on pc |
| function_group | nvarchar(30) | with null | Function group for security |
| arch_type | nvarchar(12) | with null | Architecture to exec this on unix, pc. if empty, then all. |
Product Name: Unicenter Service Desk
Table Type: Table