title: "Site" category: reference tags: [entity, site, datamodel] source: Entities.xml date: 2026-04-17 status: published
Site
Type: Entity Properties: 43 Contexts: 2 Statussen: 2
Zie ook het handgeschreven artikel: site
DB-schema:
lookup_table_schema("Site")· ../tables/Site
Contextsbewerken
- 0: Standaard (
SiteContext.None) - 1: Standaard (
SiteContext.Standard)
Statussenbewerken
- -1: Trash (
SiteStatus.Trash) - 0: None (
SiteStatus.None)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id | UltimoString | SITID | 8 | false | |
| AddressLine1 | UltimoString | SITADDRESSLINE1 | 100 | true | |
| AddressLine2 | UltimoString | SITADDRESSLINE2 | 100 | true | |
| City | UltimoString | SITCITY | 40 | true | |
| CompanyLogo | UltimoString | SITCOMPANYLOGO | true | ||
| Context | Context | SITCONTEXT | false | 1 | |
| Country | Country | SITCNTRID | true | DefaultCountryId | |
| DataProvider | UltimoString | SITDATAPROVIDER | 50 | true | |
| Departments | List[Department] | DEPSITID | true | ||
| Description | UltimoString | SITDESCR | 200 | true | |
| Exported | Boolean | SITEXPORTED | false | ||
| ExternalId | UltimoString | SITEXTERNALID | 50 | true | |
| ExternalStatus | UltimoString | SITEXTERNALSTATUS | 50 | true | |
| Extra1 | Int16 | SITEXTRA1 | false | ||
| Extra2 | Int32 | SITEXTRA2 | false | 0 | |
| Extra3 | Decimal | SITEXTRA3 | false | 0 | |
| Extra4 | UltimoString | SITEXTRA4 | 5 | true | |
| GroupRecordAuthorizations | List[GroupRecordAuthorization] | SGRASITID | true | ||
| ImageFile | UltimoString | SITIMAGEFILE | true | ||
| LastMinuteRiskAssessment | InspectionPlan | SITLMRAISPID | true | ||
| PartOfSite | Site | SITPARTOFSITID | true | ||
| PermitFooterCenterText | UltimoString | SITPERMITFOOTERCENTERTEXT | 100 | true | |
| PermitFooterImage | UltimoString | SITPERMITFOOTERIMAGE | true | ||
| PermitFooterLeftText | UltimoString | SITPERMITFOOTERLEFTTEXT | 100 | true | |
| PermitFooterRightText | UltimoString | SITPERMITFOOTERRIGHTTEXT | 100 | true | |
| PermitImageOnBack | UltimoString | SITPERMITIMAGEONBACK | true | ||
| PreventiveMaintenanceContactEmployee | Employee | SITPMCONTACTEMPID | true | ||
| Printers | List[Printer] | PRTSITID | true | ||
| ProductDossiers | List[ProductDossier] | PRDDSITID | true | ||
| ProviderMutationDate | DateTime? | SITPROVIDERMUTDATE | true | ||
| ProvinceStateRegion | UltimoString | SITPROVINCESTATEREGION | 40 | true | |
| RecordChangeDate | DateTime? | SITRECCHANGEDATE | true | ||
| RecordCreateDate | DateTime? | SITRECCREATEDATE | true | SYSDATETIME | |
| SafetyDossiers | List[SafetyDossier] | SAFDSITID | true | ||
| ServiceContracts | List[ServiceContract] | SVCSITID | true | ||
| SiteType | SiteType | SITSITTID | true | ||
| Status | Status | SITRECSTATUS | false | ||
| SystemCompany | Company | SITCOMPID | false | ||
| Text | UltimoString | SITTEXT | true | ||
| TimeZone | TimeZone | SITTIZID | true | ||
| TransferNextTime | Boolean | SITTRANSFERNEXTTIME | false | ||
| UserRecordAuthorizations | List[UserRecordAuthorization] | SUSERASITID | true | ||
| ZipCode | UltimoString | SITZIPCODE | 10 | true |
Brondatabewerken
- Entity-definitie —
lookup_entity("Site")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("Site")· ../tables/Site DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="Site")Before/After Save events voor Site. Bron:workflows.xml.