title: "ServiceContractNotification" category: reference tags: [entity, service-contract-notification, datamodel] source: Entities.xml date: 2026-04-17 status: published
ServiceContractNotification
Type: Entity Properties: 12 Contexts: 3 Statussen: 2
DB-schema:
lookup_table_schema("ServiceContractNotification")· ../tables/ServiceContractNotification
Contextsbewerken
- 0: Standaard (
ServiceContractNotificationContext.None) - 1: Oplos (
ServiceContractNotificationContext.Resolve) - 2: Respons (
ServiceContractNotificationContext.Response)
Statussenbewerken
- -1: Trash (
ServiceContractNotificationStatus.Trash) - 0: None (
ServiceContractNotificationStatus.None)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id.LineId | UltimoString | SVCNLINEID | 11 | false | |
| Id.ServiceContract | ServiceContract | SVCNSVCID | false | ||
| Context | Context | SVCNCONTEXT | false | 1 | |
| Exported | Boolean | SVCNEXPORTED | false | ||
| NotificationEmail | Boolean | SVCNNOTIFICATIONEMAIL | false | 0 | |
| NotificationReminder | Boolean | SVCNNOTIFICATIONREMINDER | false | 0 | |
| Percentage | Decimal | SVCNPERCENTAGE | false | ||
| RecordCreateDate | DateTime? | SVCNRECCREATEDATE | true | SYSDATETIME | |
| SendToEmployee | Boolean | SVCNSENDTOEMPLOYEE | false | 0 | |
| SendToManager | Boolean | SVCNSENDTOMANAGER | false | 0 | |
| Status | Status | SVCNRECSTATUS | false | ||
| SystemCompany | Company | SVCNCOMPID | false |
Brondatabewerken
- Entity-definitie —
lookup_entity("ServiceContractNotification")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("ServiceContractNotification")· ../tables/ServiceContractNotification DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="ServiceContractNotification")Before/After Save events voor ServiceContractNotification. Bron:workflows.xml.