title: "ObjectConfirmation" category: reference tags: [entity, object-confirmation, datamodel] source: Entities.xml date: 2026-04-17 status: published
ObjectConfirmation
Type: Entity Properties: 31 Contexts: 2 Statussen: 7
DB-schema:
lookup_table_schema("ObjectConfirmation")· ../tables/ObjectConfirmation
Contextsbewerken
- 0: MoC (
ObjectConfirmationContext.None) - 1: MoC (
ObjectConfirmationContext.ManagementOfChange)
Statussenbewerken
- -1: Trash (
ObjectConfirmationStatus.Trash) - 0: None (
ObjectConfirmationStatus.None) - 1: Aangemaakt (
ObjectConfirmationStatus.Created) - 2: In behandeling (
ObjectConfirmationStatus.InReview) - 4: Akkoord (
ObjectConfirmationStatus.Approved) - 8: Niet akkoord (
ObjectConfirmationStatus.Rejected) - 16: Vervallen (
ObjectConfirmationStatus.Expired)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id | UltimoString | OBJCFMID | 8 | false | |
| Blocking | Boolean | OBJCFMBLOCKING | false | 0 | |
| Change | Change | OBJCFMCHGID | true | ||
| ConfirmationRole | ConfirmationRole | OBJCFMCFMRID | true | ||
| Context | Context | OBJCFMCONTEXT | false | 1 | |
| CreatedOnProgressStatus | ProgressStatus | OBJCFMCREATEDONPRSID | true | ||
| DataProvider | UltimoString | OBJCFMDATAPROVIDER | 50 | true | |
| Employee | Employee | OBJCFMEMPID | true | ||
| Exported | Boolean | OBJCFMEXPORTED | false | 0 | |
| ExternalId | UltimoString | OBJCFMEXTERNALID | 50 | true | |
| ExternalStatus | UltimoString | OBJCFMEXTERNALSTATUS | 50 | true | |
| Mandatory | Boolean | OBJCFMMANDATORY | false | 0 | |
| ObjectConfirmationRole | ObjectConfirmationRole | OBJCFMOBJCFMRID | true | ||
| ProviderMutationDate | DateTime? | OBJCFMPROVIDERMUTDATE | true | ||
| RecordCreateDate | DateTime? | OBJCFMRECCREATEDATE | true | SYSDATETIME | |
| RemarkText | UltimoString | OBJCFMREMARKTEXT | true | ||
| ReviewedDate | DateTime? | OBJCFMREVIEWEDDATE | true | ||
| ReviewedEmployee | Employee | OBJCFMREVIEWEDEMPID | true | ||
| Status | Status | OBJCFMRECSTATUS | false | 1 | |
| StatusApprovedDate | DateTime? | OBJCFMAPPROVEDDATE | true | ||
| StatusApprovedEmployee | Employee | OBJCFMAPPROVEDEMPID | true | ||
| StatusCreatedDate | DateTime? | OBJCFMCREATEDDATE | true | SYSDATETIME | |
| StatusCreatedEmployee | Employee | OBJCFMCREATEDEMPID | true | USERID | |
| StatusExpiredDate | DateTime? | OBJCFMEXPIREDDATE | true | ||
| StatusExpiredEmployee | Employee | OBJCFMEXPIREDEMPID | true | ||
| StatusInReviewDate | DateTime? | OBJCFMINREVIEWDATE | true | ||
| StatusInReviewEmployee | Employee | OBJCFMINREVIEWEMPID | true | ||
| StatusRejectedDate | DateTime? | OBJCFMREJECTEDDATE | true | ||
| StatusRejectedEmployee | Employee | OBJCFMREJECTEDEMPID | true | ||
| SystemCompany | Company | OBJCFMCOMPID | false | ||
| TransferNextTime | Boolean | OBJCFMTRANSFERNEXTTIME | false | 0 |
Brondatabewerken
- Entity-definitie —
lookup_entity("ObjectConfirmation")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("ObjectConfirmation")· ../tables/ObjectConfirmation DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="ObjectConfirmation")Before/After Save events voor ObjectConfirmation. Bron:workflows.xml.