Previous Topic: Quick_Template_Types TableNext Topic: Reporting_Method Table


Remote_Ref Table

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.

Field

Data Type

Reference

Remarks

description

STRING 500

 

Specifies the description of the command.

arch_type

STRING 12

 

Specifies the architecture to exec this on UNIX or PC. If empty, then all.

code

STRING 12 UNIQUE NOT_NULL S_KEY

 

Specifies the noneditable key for command.

del

INTEGER NOT_NULL

Active_Boolean_
Table::enum

Deleted flag

0—Active

1—Inactive/marked as deleted

exec_str

STRING 500

 

Specifies the string to execute on UNIX.

function_group

STRING 30

 

Specifies the function group for security.

id

INTEGER UNIQUE NOT_NULL KEY

 

Unique (to the table) Numeric ID

last_mod_by

UUID

ca_contact::uuid

Specifies the UUID of the contact who last modified this record

last_mod_dt

LOCAL_TIME

 

Indicates the timestamp of when this record was last modified.

pcexec_str

STRING 500

 

Specifies the string to execute on pc.

sym

STRING 30 NOT_NULL

 

Specifies the name of command.