QuoteVersionAttachment Table (447)
•
Environment: onsite, online
Some tooltip text!
• 1 minute to read
• 1 minute to read
Actual attachments to a quote
Fields
| Name | Description | Type | Null |
|---|---|---|---|
| quoteversionattachment_id | Primary key | PK | |
| QuoteVersionId | Link to QuoteVersion | FK QuoteVersion | |
| DocumentId | Link to document | FK document | |
| Included | Will this attachment be included in the next 'Send Quote' operation | Bool | ● |
| 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 |
|---|---|---|
| quoteversionattachment_id | PK | Clustered, Unique |
| QuoteVersionId, DocumentId | FK, FK | Unique |
Relationships
| Table | Description |
|---|---|
| associate | Employees, resources and other users - except for External persons |
| document | Documents, this table is an extension of the Appointment table. There is always a corresponding appointment record; the relation between appointment and document is navigable in both directions. A document-type appointment record always has a corresponding document record and a record in VisibleFor specifying who may see this. |
| QuoteVersion | There may be multiple Versions of a Quote, with one of them active |
Replication Flags
- Area Management controlled table. Contents replicated to satellites and traveller databases.
- Copy to satellite and travel prototypes.
Security Flags
- No access control via user's Role.