outgoing_message Table (407)
Some tooltip text!
• 1 minute to read
• 1 minute to read
Delivery of outgoing messages to messageplugins, updated with status asynchroneously
Fields
Name | Description | Type | Null |
---|---|---|---|
id | The primary key (auto-incremented) | PK | |
session_key | Session key used for threading. | String(255) | |
external_message_id | Session key used for threading. | String(255) | |
status | Current status of outgoing message | Int | |
status_description | Description of current status | String(255) | |
plugin | Name of plugin | String(255) | |
registered | Registered when | UtcDateTime | |
registered_associate_id | Registered by whom | FK associate | |
updated | Last updated when | UtcDateTime | |
updated_associate_id | Last updated by whom | FK associate |
Indexes
Fields | Types | Description |
---|---|---|
id | PK | Clustered, Unique |
session_key | String(255) | Index |
external_message_id | String(255) | Index |
registered_associate_id | FK | Index |
updated_associate_id | FK | Index |
Relationships
Table | Description |
---|---|
associate | Employees, resources and other users - except for External persons |
sms | This table will hold outgoing sms messages when transmitted with WebServices |
Replication Flags
- None
Security Flags
- No access control via user's Role.