title: "SoftwareLicense" category: reference tags: [entity, software-license, datamodel] source: Entities.xml date: 2026-04-17 status: published
SoftwareLicense
Type: Entity Properties: 11 Contexts: 2 Statussen: 2
DB-schema:
lookup_table_schema("SoftwareLicense")· ../tables/SoftwareLicense
Contextsbewerken
- 0: Standaard (
SoftwareLicenseContext.None) - 1: Softwarelicentie (
SoftwareLicenseContext.SoftwareLicense)
Statussenbewerken
- -1: Trash (
SoftwareLicenseStatus.Trash) - 0: None (
SoftwareLicenseStatus.None)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id | UltimoString | SOLID | 8 | false | |
| Context | Context | SOLCONTEXT | false | ||
| ExpirationDate | Date? | SOLEXPIRATIONDATE | true | ||
| Exported | Boolean | SOLEXPORTED | false | 0 | |
| NumberOfSeats | Int16 | SOLNUMBEROFSEATS | false | 0 | |
| RecordCreateDate | DateTime? | SOLRECCREATEDATE | true | SYSDATETIME | |
| RemarkText | UltimoString | SOLREMARKTEXT | true | ||
| Software | Equipment | SOLSOFTWAREEQMID | true | ||
| StartDate | Date? | SOLSTARTDATE | true | ||
| Status | Status | SOLRECSTATUS | false | ||
| SystemCompany | Company | SOLCOMPID | false |
Brondatabewerken
- Entity-definitie —
lookup_entity("SoftwareLicense")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("SoftwareLicense")· ../tables/SoftwareLicense DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="SoftwareLicense")Before/After Save events voor SoftwareLicense. Bron:workflows.xml.