Categorie: entities
Bijgewerkt: 2026-04-07
site vestiging multi-site locatie organisatie
Site (Vestiging)
De Site-entiteit vertegenwoordigt een fysieke vestiging of locatie binnen een organisatie. Sites vormen de basis voor multi-site omgevingen en bepalen de scope van data-autorisatie. Veel entiteiten zoals Equipment, Jobs en Departments zijn gekoppeld aan een Site.
Entiteitsnaam: Site
Databasetabel: Site
Primaire sleutel: SITID (nvarchar 8)
| Value |
Naam |
Beschrijving |
| 0 |
SiteContext.None |
Standaard |
| 1 |
SiteContext.Standard |
Standaard |
| Value |
Naam |
Beschrijving |
| -1 |
SiteStatus.Trash |
Trash |
| 0 |
SiteStatus.None |
None |
Belangrijkste propertiesbewerken
| Property |
Type |
Kolom |
Nullable |
Omschrijving |
| Id |
UltimoString(8) |
SITID |
Nee |
Uniek ID van de vestiging |
| Description |
UltimoString(200) |
SITDESCR |
Ja |
Omschrijving |
| AddressLine1 |
UltimoString(100) |
SITADDRESSLINE1 |
Ja |
Adresregel 1 |
| AddressLine2 |
UltimoString(100) |
SITADDRESSLINE2 |
Ja |
Adresregel 2 |
| City |
UltimoString(40) |
SITCITY |
Ja |
Stad |
| ZipCode |
UltimoString(10) |
SITZIPCODE |
Ja |
Postcode |
| ProvinceStateRegion |
UltimoString(40) |
SITPROVINCESTATEREGION |
Ja |
Provincie/regio |
| Country |
Country |
SITCNTRID |
Ja |
Land (default: DefaultCountryId) |
| Status |
Status |
SITRECSTATUS |
Nee |
Recordstatus |
| Context |
Context |
SITCONTEXT |
Nee |
Context (default: 1) |
| PartOfSite |
Site |
SITPARTOFSITID |
Ja |
Bovenliggende site (hierarchie) |
| SiteType |
SiteType |
SITSITTID |
Ja |
Type vestiging |
| TimeZone |
TimeZone |
SITTIZID |
Ja |
Tijdzone |
| CompanyLogo |
UltimoString |
SITCOMPANYLOGO |
Ja |
Bedrijfslogo |
| ImageFile |
UltimoString |
SITIMAGEFILE |
Ja |
Afbeelding |
| Text |
UltimoString |
SITTEXT |
Ja |
Vrij tekstveld |
Relaties met andere entiteitenbewerken
| Property |
Verwijst naar |
Omschrijving |
| PartOfSite |
Site |
Bovenliggende vestiging (hierarchie) |
| Departments |
ListDepartment |
Gekoppelde afdelingen |
| ServiceContracts |
ListServiceContract |
Servicecontracten op deze site |
| ProductDossiers |
List[ProductDossier] |
Productdossiers |
| SafetyDossiers |
List[SafetyDossier] |
Veiligheidsdossiers |
| Printers |
List[Printer] |
Printers op deze site |
| PreventiveMaintenanceContactEmployee |
employee |
PO-contactpersoon |
| LastMinuteRiskAssessment |
InspectionPlan |
LMRA inspectieplan |
| SiteType |
SiteType |
Type vestiging |
| SystemCompany |
Company |
Bedrijf |
Tips voor consultantsbewerken
- Multi-site autorisatie: Sites worden gebruikt om record-autorisatie in te richten. Via
GroupRecordAuthorizations en UserRecordAuthorizations kun je per site bepalen welke gebruikers data mogen zien.
- Hierarchie: Sites kunnen hierarchisch worden opgezet via
PartOfSite. Dit is nuttig voor organisaties met hoofd- en subvestigingen.
- Vergunningen: Site bevat velden voor vergunning-footer teksten en afbeeldingen (
PermitFooterLeftText, PermitFooterImage, etc.) die op permits worden afgedrukt.
- Data-uitwisseling: Het veld
ExternalId wordt gebruikt bij koppelingen met externe systemen. TransferNextTime markeert records voor de volgende data-export.
- Tijdzone: Stel
TimeZone in voor internationale organisaties zodat tijdstippen correct worden weergegeven per vestiging.