title: "PushNotificationRegistration" category: reference tags: [entity, push-notification-registration, datamodel] source: Entities.xml date: 2026-04-17 status: published
PushNotificationRegistration
Type: Entity Properties: 16 Contexts: 1 Statussen: 2
DB-schema:
lookup_table_schema("PushNotificationRegistration")· ../tables/PushNotificationRegistration
Contextsbewerken
- 0: Standaard (
PushNotificationRegistrationContext.None)
Statussenbewerken
- -1: Trash (
PushNotificationRegistrationStatus.Trash) - 0: None (
PushNotificationRegistrationStatus.None)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id | UltimoString | PNRID | 36 | false | |
| Context | Context | PNRCONTEXT | false | 0 | |
| DeviceModel | UltimoString | PNRDEVICEMODEL | 50 | true | |
| DeviceName | UltimoString | PNRDEVICENAME | 50 | true | |
| DeviceOsVersion | UltimoString | PNRDEVICEOSVERSION | 50 | true | |
| ExpirationDateTime | DateTime? | PNREXPIRATIONDATETIME | true | ||
| ExpirationReminderSent | Boolean | PNREXPIRATIONREMINDERSENT | false | 0 | |
| Exported | Boolean | PNREXPORTED | false | 0 | |
| InstallationId | UltimoString | PNRINSTALLATIONID | 255 | false | |
| Platform | NotificationPlatform | PNRPLATFORM | false | 0 | |
| PushChannel | UltimoString | PNRPUSHCHANNEL | 255 | true | |
| RecordCreateDate | DateTime | PNRRECCREATEDATE | false | SYSDATETIME | |
| Remark | UltimoString | PNRREMARK | true | ||
| Status | Status | PNRRECSTATUS | false | 0 | |
| Tag | UltimoString | PNRTAG | 255 | false | |
| User | User | PNRUSEID | false |
Brondatabewerken
- Entity-definitie —
lookup_entity("PushNotificationRegistration")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("PushNotificationRegistration")· ../tables/PushNotificationRegistration DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="PushNotificationRegistration")Before/After Save events voor PushNotificationRegistration. Bron:workflows.xml.