title: "ProductDossier" category: reference tags: [entity, product-dossier, datamodel] source: Entities.xml date: 2026-04-17 status: published
ProductDossier
Type: Entity Properties: 54 Contexts: 1 Statussen: 9
DB-schema:
lookup_table_schema("ProductDossier")· ../tables/ProductDossier
Contextsbewerken
- 1: Standaard (
ProductDossierContext.MT)
Statussenbewerken
- -1: Trash (
ProductDossierStatus.Trash) - 0: None (
ProductDossierStatus.None) - 1: Concept (
ProductDossierStatus.Created) - 2: Aanvraag (
ProductDossierStatus.Requested) - 4: Invoering (
ProductDossierStatus.Introduction) - 8: In gebruik (
ProductDossierStatus.Active) - 16: Afstoting (
ProductDossierStatus.Disposal) - 32: Gesloten (
ProductDossierStatus.Closed) - 64: Vervallen (
ProductDossierStatus.Canceled)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id | UltimoString | PRDDID | 6 | false | |
| ArticleGroup | ArticleGroup | PRDDAGID | true | ||
| Context | Context | PRDDCONTEXT | false | 1 | |
| CostCenter | CostCenter | PRDDCCRID | true | ||
| DataProvider | UltimoString | PRDDDATAPROVIDER | 50 | true | |
| Department | Department | PRDDDEPID | true | ||
| Description | UltimoString | PRDDDESCR | 200 | true | |
| EquipmentTypeProductDossiers | List[EquipmentTypeProductDossier] | EQMTPRDDPRDDID | false | ||
| Exported | Boolean | PRDDEXPORTED | false | 0 | |
| ExternalId | UltimoString | PRDDEXTERNALID | 50 | true | |
| ExternalStatus | UltimoString | PRDDEXTERNALSTATUS | 50 | true | |
| Initialized | Boolean | PRDDINITIALIZED | false | 0 | |
| InspectionLines | List[ObjectInspectionLine] | OBJIPRDDID | true | ||
| InspectionPlans | List[ObjectInspectionPlan] | OBJISPPRDDID | true | ||
| InvestmentType | InvestmentType | PRDDINVMTTID | true | ||
| Manager | Employee | PRDDMANAGEMPID | true | ||
| NewTechnology | Boolean | PRDDNEWTECHNOLOGY | false | 0 | |
| Nonstandard | Boolean | PRDDNONSTANDARD | false | 0 | |
| ObjectDocuments | List[ObjectDocument] | OBJDOCPRDDID | true | ||
| Origin | Origin | PRDDORGID | true | ||
| OriginEndDate | Date? | PRDDORIGINENDDATE | true | ||
| Owner | Employee | PRDDOWNEREMPID | true | ||
| PartOfProductDossier | ProductDossier | PRDDPARTOFPRDDID | true | ||
| ProgressStatus | ProgressStatus | PRDDPRSID | true | US0150 | |
| ProgressStatusHistories | List[ObjectProgressStatusHistory] | OBJPRSHPRDDID | true | ||
| ProviderMutationDate | DateTime? | PRDDPROVIDERMUTDATE | true | ||
| RecordChangeDate | DateTime? | PRDDRECCHANGEDATE | true | ||
| RecordCreateDate | DateTime? | PRDDRECCREATEDATE | true | SYSDATETIME | |
| RequestedTargetDate | Date? | PRDDREQUESTEDTARGETDATE | true | ||
| Requester | Employee | PRDDREQUESTEMPID | true | USERID | |
| RequestText | UltimoString | PRDDREQUESTTEXT | true | ||
| ReviewRemarkText | UltimoString | PRDDREVIEWREMARKTEXT | true | ||
| RiskClass | RiskClass | PRDDRISCID | true | ||
| RiskClassRemarkText | UltimoString | PRDDRISKCLASSREMARKTEXT | true | ||
| ScheduledEvaluationDate | Date? | PRDDSCHEVALDATE | true | ||
| Site | Site | PRDDSITID | true | ||
| Status | Status | PRDDRECSTATUS | false | 1 | |
| StatusActiveDate | DateTime? | PRDDACTIVEDATE | true | ||
| StatusActiveEmployee | Employee | PRDDACTIVEEMPID | true | ||
| StatusCanceledDate | DateTime? | PRDDCANCELEDDATE | true | ||
| StatusCanceledEmployee | Employee | PRDDCANCELEDEMPID | true | ||
| StatusClosedDate | DateTime? | PRDDCLOSEDDATE | true | ||
| StatusClosedEmployee | Employee | PRDDCLOSEDEMPID | true | ||
| StatusCreatedDate | DateTime? | PRDDCREATEDDATE | true | SYSDATETIME | |
| StatusCreatedEmployee | Employee | PRDDCREATEDEMPID | true | USERID | |
| StatusDisposalDate | DateTime? | PRDDDISPOSALDATE | true | ||
| StatusDisposalEmployee | Employee | PRDDDISPOSALEMPID | true | ||
| StatusIntroductionDate | DateTime? | PRDDINTRODUCTIONDATE | true | ||
| StatusIntroductionEmployee | Employee | PRDDINTRODUCTIONEMPID | true | ||
| StatusRequestedDate | DateTime? | PRDDREQUESTEDDATE | true | ||
| StatusRequestedEmployee | Employee | PRDDREQUESTEDEMPID | true | ||
| SystemCompany | Company | PRDDCOMPID | false | ||
| TransferNextTime | Boolean | PRDDTRANSFERNEXTTIME | false | 0 | |
| UseDeviation | Boolean | PRDDUSEDEVIATION | false | 0 |
Brondatabewerken
- Entity-definitie —
lookup_entity("ProductDossier")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("ProductDossier")· ../tables/ProductDossier DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="ProductDossier")Before/After Save events voor ProductDossier. Bron:workflows.xml.