title: "FileSystemPath" category: reference tags: [entity, file-system-path, datamodel] source: Entities.xml date: 2026-04-17 status: published
FileSystemPath
Type: Entity Properties: 14 Contexts: 1 Statussen: 2
DB-schema:
lookup_table_schema("FileSystemPath")· ../tables/FileSystemPath
Contextsbewerken
- 0: Standaard (
FileSystemPathContext.None)
Statussenbewerken
- -1: Trash (
FileSystemPathStatus.Trash) - 0: None (
FileSystemPathStatus.None)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id | UltimoString | FSPID | 8 | false | |
| Context | Context | FSPCONTEXT | false | ||
| DataProvider | UltimoString | FSPDATAPROVIDER | 50 | true | |
| Description | UltimoString | FSPDESCR | 200 | true | |
| Exported | Boolean | FSPEXPORTED | false | ||
| ExternalId | UltimoString | FSPEXTERNALID | 50 | true | |
| ExternalStatus | UltimoString | FSPEXTERNALSTATUS | 50 | true | |
| FileServicePath | UltimoString | FSPFILESERVICEPATH | 255 | true | |
| ImportConnectors | List[ImportConnector] | IMCFSPID | true | ||
| Path | UltimoString | FSPPATH | 255 | true | |
| ProviderMutationDate | DateTime? | FSPPROVIDERMUTDATE | true | ||
| RecordCreateDate | DateTime? | FSPRECCREATEDATE | true | SYSDATETIME | |
| Status | Status | FSPRECSTATUS | false | ||
| TransferNextTime | Boolean | FSPTRANSFERNEXTTIME | false | 0 |
Brondatabewerken
- Entity-definitie —
lookup_entity("FileSystemPath")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("FileSystemPath")· ../tables/FileSystemPath DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="FileSystemPath")Before/After Save events voor FileSystemPath. Bron:workflows.xml.