ShipmentTypeReservation Table (501)
•
Environment: onsite, online
Some tooltip text!
• 1 minute to read
• 1 minute to read
ShipmentTypes a person has reserved against. Note that the absense of a record here implies acceptance of a mailings of this type
Fields
| Name | Description | Type | Null |
|---|---|---|---|
| ShipmentTypeReservation_id | Primary key | PK | |
| person_id | Owning person | FK person | |
| ShipmentType_id | Shipment type to reserve against | FK ShipmentType | |
| 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 | |
| updatedCount | Number of updates made to this record | UShort |

Indexes
| Fields | Types | Description |
|---|---|---|
| ShipmentTypeReservation_id | PK | Clustered, Unique |
| person_id | FK | Index |
| ShipmentType_id, person_id | FK, FK | Index |
Relationships
| Table | Description |
|---|---|
| associate | Employees, resources and other users - except for External persons |
| person | Persons |
| ShipmentType | Shipment type list table. Classification of a mailing, allowing recipients to subscribe to lists |
Replication Flags
- Area Management controlled table. Contents replicated to satellites and traveller databases.
- Replicate changes UP from satellites and travellers back to central.
- Copy to satellite and travel prototypes.
Security Flags
- No access control via user's Role.