title: "SoftwareInstallation" category: reference tags: [entity, software-installation, datamodel] source: Entities.xml date: 2026-04-17 status: published
SoftwareInstallation
Type: Entity Properties: 20 Contexts: 2 Statussen: 2
DB-schema:
lookup_table_schema("SoftwareInstallation")· ../tables/SoftwareInstallation
Contextsbewerken
- 0: Standaard (
SoftwareInstallationContext.None) - 1: Software-installatie (
SoftwareInstallationContext.SoftwareInstallation)
Statussenbewerken
- -1: Trash (
SoftwareInstallationStatus.Trash) - 0: None (
SoftwareInstallationStatus.None)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id | UltimoString | SOIID | 8 | false | |
| ConfigurationItem | Equipment | SOICONFIGURATIONITEMEQMID | true | ||
| Context | Context | SOICONTEXT | false | ||
| DataProvider | UltimoString | SOIDATAPROVIDER | 50 | true | |
| Exported | Boolean | SOIEXPORTED | false | 0 | |
| ExternalId | UltimoString | SOIEXTERNALID | 50 | true | |
| ExternalStatus | UltimoString | SOIEXTERNALSTATUS | 50 | true | |
| Installation | Equipment | SOIINSTALLATIONEQMID | true | ||
| InstallationDate | Date? | SOIINSTALLATIONDATE | true | ||
| InstallationEmployee | Employee | SOIINSTALLATIONEMPID | true | ||
| Instrument | Equipment | SOIINSTRUMENTEQMID | true | ||
| ProviderMutationDate | DateTime? | SOIPROVIDERMUTDATE | true | ||
| RecordCreateDate | DateTime? | SOIRECCREATEDATE | true | SYSDATETIME | |
| RemovalDate | Date? | SOIREMOVALDATE | true | ||
| RemovalEmployee | Employee | SOIREMOVALEMPID | true | ||
| Software | Equipment | SOISOFTWAREEQMID | true | ||
| Status | Status | SOIRECSTATUS | false | ||
| SystemCompany | Company | SOICOMPID | false | ||
| TransferNextTime | Boolean | SOITRANSFERNEXTTIME | false | 0 | |
| Version | UltimoString | SOIVERSION | 50 | true |
Brondatabewerken
- Entity-definitie —
lookup_entity("SoftwareInstallation")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("SoftwareInstallation")· ../tables/SoftwareInstallation DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="SoftwareInstallation")Before/After Save events voor SoftwareInstallation. Bron:workflows.xml.