title: "NotesSubject" category: reference tags: [entity, notes-subject, datamodel] source: Entities.xml date: 2026-04-17 status: published
NotesSubject
Type: Entity Properties: 11 Contexts: 2 Statussen: 2
DB-schema:
lookup_table_schema("NotesSubject")· ../tables/NotesSubject
Contextsbewerken
- 0: Standaard (
NotesSubjectContext.None) - 2: Standaard (
NotesSubjectContext.Standard)
Statussenbewerken
- -1: Trash (
NotesSubjectStatus.Trash) - 0: None (
NotesSubjectStatus.None)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id | UltimoString | NOTSID | 9 | false | |
| Context | Context | NOTSCONTEXT | false | ||
| DataProvider | UltimoString | NOTSDATAPROVIDER | 50 | true | |
| Description | UltimoString | NOTSDESCR | 200 | true | |
| Exported | Boolean | NOTSEXPORTED | false | ||
| ExternalId | UltimoString | NOTSEXTERNALID | 50 | true | |
| ExternalStatus | UltimoString | NOTSEXTERNALSTATUS | 50 | true | |
| ProviderMutationDate | DateTime? | NOTSPROVIDERMUTDATE | true | ||
| RecordCreateDate | DateTime? | NOTSRECCREATEDATE | true | SYSDATETIME | |
| Status | Status | NOTSRECSTATUS | false | ||
| TransferNextTime | Boolean | NOTSTRANSFERNEXTTIME | false | 0 |
Brondatabewerken
- Entity-definitie —
lookup_entity("NotesSubject")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("NotesSubject")· ../tables/NotesSubject DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="NotesSubject")Before/After Save events voor NotesSubject. Bron:workflows.xml.