Publish Table (200)
•
Environment: onsite, online
Some tooltip text!
• 1 minute to read
• 1 minute to read
Publishing system for external users
Fields
| Name | Description | Type | Null |
|---|---|---|---|
| Publish_id | Primary key | PK | |
| tableNumber | Table number this record refers to | TableNumber | |
| recordId | Record number that has been published | RecordId | ● |
| publishType | Type of publishing action, 0 = Unknown, 1 = to external persons | Enum PublishType | ● |
| publishFrom | Publication valid from (inclusive) | DateTime | ● |
| publishTo | Publication valid to (inclusive) | DateTime | ● |
| eventDate | The date an event actually happens; you may want to have some special processing around that date | DateTime | ● |
| encryptedCheck | Encrypted data, to detect unwanted changes | String(254) | |
| 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 |
|---|---|---|
| Publish_id | PK | Clustered, Unique |
| publishType | Enum | Index |
| tableNumber, recordId, publishType | TableNumber, RecordId, Enum | Unique |
Relationships
| Table | Description |
|---|---|
| associate | Employees, resources and other users - except for External persons |
Replication Flags
- Replicate changes DOWN from central to satellites and travellers.
- 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.