Document toolboxDocument toolbox

14.1 sp287_dispatch_statuses

Lookup table of possible delivery status for dispatch messages (used in sp100 and sp207). Current contents of this table are:

0pending dispatch
1dispatched OK
2failed dispatch

 

Table Definition

Field
Type
Default
Nullable
dispatch_statusnumber(2)   (error)
descriptionvarchar2(20)   (error)
field_idvarchar2(100)   (error)

Keys

primary key (dispatch_status) 
foreign key (field_id) references 14.1 sp900_language_translation (field_id)

Primary Key Referenced From

 

Column Descriptions

FieldDescription
dispatch_statusPrimary key: unique identifier of the status . 
description Depreciated - Short description of the status. 
field_idKey to language translations for description.