title: "ReleaseCondition" category: reference tags: [entity, release-condition, datamodel] source: Entities.xml date: 2026-04-17 status: published
ReleaseCondition
Type: Entity Properties: 13 Contexts: 2 Statussen: 2
DB-schema:
lookup_table_schema("ReleaseCondition")· ../tables/ReleaseCondition
Contextsbewerken
- 0: Standaard (
ReleaseConditionContext.None) - 1: Standaard (
ReleaseConditionContext.Standard)
Statussenbewerken
- -1: Trash (
ReleaseConditionStatus.Trash) - 0: None (
ReleaseConditionStatus.None)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id | UltimoString | RELCID | 5 | false | |
| Context | Context | RELCCONTEXT | false | 1 | |
| DataProvider | UltimoString | RELCDATAPROVIDER | 50 | true | |
| Description | UltimoString | RELCDESCR | 200 | true | |
| Exported | Boolean | RELCEXPORTED | false | ||
| ExternalId | UltimoString | RELCEXTERNALID | 50 | true | |
| ExternalStatus | UltimoString | RELCEXTERNALSTATUS | 50 | true | |
| ProviderMutationDate | DateTime? | RELCPROVIDERMUTDATE | true | ||
| RecordCreateDate | DateTime? | RELCRECCREATEDATE | true | SYSDATETIME | |
| SetConcessionPolicy | Boolean | RELCSETCONCESSIONPOLICY | false | 0 | |
| SetReleaseDate | Boolean | RELCSETRELEASEDATE | false | 0 | |
| Status | Status | RELCRECSTATUS | false | ||
| TransferNextTime | Boolean | RELCTRANSFERNEXTTIME | false | 0 |
Brondatabewerken
- Entity-definitie —
lookup_entity("ReleaseCondition")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("ReleaseCondition")· ../tables/ReleaseCondition DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="ReleaseCondition")Before/After Save events voor ReleaseCondition. Bron:workflows.xml.