title: "ReceivedEmailAttachment" category: reference tags: [entity, received-email-attachment, datamodel] source: Entities.xml date: 2026-04-17 status: published
ReceivedEmailAttachment
Type: Entity Properties: 16 Contexts: 2 Statussen: 2
DB-schema:
lookup_table_schema("ReceivedEmailAttachment")· ../tables/ReceivedEmailAttachment
Contextsbewerken
- 0: Standaard (
ReceivedEmailAttachmentContext.None) - 1: Standaard (
ReceivedEmailAttachmentContext.Standard)
Statussenbewerken
- -1: Trash (
ReceivedEmailAttachmentStatus.Trash) - 0: None (
ReceivedEmailAttachmentStatus.None)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id.LineId | UltimoString | RECEALINEID | 3 | false | |
| Id.ReceivedEmail | ReceivedEmail | RECEARECEID | false | ||
| ContentId | UltimoString | RECEACONTENTID | 100 | true | |
| Context | Context | RECEACONTEXT | false | ||
| DataProvider | UltimoString | RECEADATAPROVIDER | 50 | true | |
| Document | Document | RECEADOCID | true | ||
| Exported | Boolean | RECEAEXPORTED | false | 0 | |
| ExternalId | UltimoString | RECEAEXTERNALID | 50 | true | |
| ExternalStatus | UltimoString | RECEAEXTERNALSTATUS | 50 | true | |
| FileName | UltimoString | RECEAFILENAME | 500 | true | |
| FileServiceFileName | UltimoString | RECEAFILESERVICEFILENAME | 500 | true | |
| ProviderMutationDate | DateTime? | RECEAPROVIDERMUTDATE | true | ||
| RecordCreateDate | DateTime? | RECEARECCREATEDATE | true | SYSDATETIME | |
| Status | Status | RECEARECSTATUS | false | ||
| SystemCompany | Company | RECEACOMPID | false | ||
| TransferNextTime | Boolean | RECEATRANSFERNEXTTIME | false | 0 |
Brondatabewerken
- Entity-definitie —
lookup_entity("ReceivedEmailAttachment")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("ReceivedEmailAttachment")· ../tables/ReceivedEmailAttachment DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="ReceivedEmailAttachment")Before/After Save events voor ReceivedEmailAttachment. Bron:workflows.xml.