title: "PushNotification" category: reference tags: [entity, push-notification, datamodel] source: Entities.xml date: 2026-04-17 status: published
PushNotification
Type: Entity Properties: 10 Contexts: 1 Statussen: 5
DB-schema:
lookup_table_schema("PushNotification")· ../tables/PushNotification
Contextsbewerken
- 0: Standaard (
PushNotificationContext.None)
Statussenbewerken
- -1: Trash (
PushNotificationStatus.Trash) - 0: None (
PushNotificationStatus.None) - 1: Te verzenden (
PushNotificationStatus.ToSend) - 2: Verzonden (
PushNotificationStatus.Sent) - 4: Verzenden mislukt (
PushNotificationStatus.Failed)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id | UltimoString | PNID | 36 | false | |
| ApnsNotificationId | UltimoString | PNAPNSNOTIFICATIONID | 200 | true | |
| Context | Context | PNCONTEXT | false | 0 | |
| Exported | Boolean | PNEXPORTED | false | 0 | |
| FailureReason | UltimoString | PNFAILUREREASON | 255 | true | |
| FcmV1NotificationId | UltimoString | PNFCMV1NOTIFICATIONID | 200 | true | |
| RecordCreateDate | DateTime | PNRECCREATEDATE | false | SYSDATETIME | |
| Reminder | Reminder | PNREMID | false | ||
| Status | Status | PNRECSTATUS | false | 0 | |
| User | User | PNUSEID | false |
Brondatabewerken
- Entity-definitie —
lookup_entity("PushNotification")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("PushNotification")· ../tables/PushNotification DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="PushNotification")Before/After Save events voor PushNotification. Bron:workflows.xml.