title: "EmailRecipient" category: reference tags: [entity, email-recipient, datamodel] source: Entities.xml date: 2026-04-17 status: published
EmailRecipient
Type: Entity Properties: 14 Contexts: 2 Statussen: 2
DB-schema:
lookup_table_schema("EmailRecipient")· ../tables/EmailRecipient
Contextsbewerken
- 0: Standaard (
EmailRecipientContext.None) - 1: Standaard (
EmailRecipientContext.Email)
Statussenbewerken
- -1: Trash (
EmailRecipientStatus.Trash) - 0: None (
EmailRecipientStatus.None)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id.Email | EMLREMLID | false | |||
| Id.LineId | UltimoString | EMLRLINEID | 11 | false | |
| Context | Context | EMLRCONTEXT | false | ||
| DataProvider | UltimoString | EMLRDATAPROVIDER | 50 | true | |
| Exported | Boolean | EMLREXPORTED | false | ||
| ExternalId | UltimoString | EMLREXTERNALID | 50 | true | |
| ExternalStatus | UltimoString | EMLREXTERNALSTATUS | 50 | true | |
| ProviderMutationDate | DateTime? | EMLRPROVIDERMUTDATE | true | ||
| Recipient | Employee | EMLREMPID | true | ||
| RecipientType | EmailRecipientType | EMLRTYPE | false | ||
| RecordCreateDate | DateTime? | EMLRRECCREATEDATE | true | SYSDATETIME | |
| Status | Status | EMLRRECSTATUS | false | ||
| SystemCompany | Company | EMLRCOMPID | false | ||
| TransferNextTime | Boolean | EMLRTRANSFERNEXTTIME | false | 0 |
Brondatabewerken
- Entity-definitie —
lookup_entity("EmailRecipient")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("EmailRecipient")· ../tables/EmailRecipient DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="EmailRecipient")Before/After Save events voor EmailRecipient. Bron:workflows.xml.