Previous Topic: event_type TableNext Topic: ext_appl Table


Events Table

Tables for Event stuff. Events attached to objects.

Field

Data Type

Reference

Remarks

description

STRING 80

 

Specifies the event description.

condition

STRING 30

Spell_Macro:: persid

Specifies the macro function for condition.

del

INTEGER NOT_NULL

Active_Boolean_ Table::enum

Deleted flag

0—Active

1—Inactive/marked as deleted

delay_time

DURATION NOT_NULL

 

Specifies the time until condition check.

id

INTEGER UNIQUE NOT_NULL KEY

 

Unique (to the table) Numeric ID

last_mod_dt

LOCAL_TIME

 

Indicates the timestamp of when this record was last modified.

modulo_time

DURATION NOT_NULL

 

Specifies the time increment to adjust.

obj_type

STRING 30

 

Specifies the object type for this event.

on_done_ flag

INTEGER NOT_NULL

 

Sets the fire_time time directly on the attached event to indicate when the event is done.

persid

STRING 30

 

Persistent ID (SystemObjectName:id)

sym

STRING 30 NOT_NULL unique S_KEY

 

Specifies the event name.

urgency

INTEGER

 

Specifies the urgency of the event.

user_settime

INTEGER NOT_NULL

 

The user_settime allows the user (or system) to override the fire time (delay time) that is defined for an event. For example, when users add an event to a Service Type, they can redefine the fire time for the event only if the user_settime flag is set. Otherwise, the fire time defined in the event is used.

user_smag

STRING 200

 

Specifies the user smag field.

violate_on_ false

INTEGER

 

 

violate_on_ true

INTEGER

 

 

work_shift

STRING 30

Bop_Workshift:: persid