Categorie: reference
Bijgewerkt: 2026-04-08
actionfield workflow actionfield024
ActionField024
Beschrijving: Create SpaceMaintenance for a BuildingFloor. A SystemDialog is shown where you can choose a MaintenancePart, perhaps an Equipment (depending on value of GetEquipmentEnabled), and select a quantity. Custom: Nee
Propertiesbewerken
| Property | Type | Accessor |
|---|---|---|
| BuildingFloor | BuildingFloor | Root |
| EquipmentContexts | List[Context] | Optional |
| EquipmentStatuses | List[Status] | Optional |
| GetEquipmentEnabled | Boolean | Optional |
| Space | Space | Optional |
| SpaceMaintenanceContext | Context | Optional |
XMLbewerken
<Workflow Name="ActionField024" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
<Description>Create SpaceMaintenance for a BuildingFloor. A SystemDialog is shown where you can choose a MaintenancePart, perhaps an Equipment (depending on value of GetEquipmentEnabled), and select a quantity.</Description>
<Properties>
<Property Name="BuildingFloor" Type="BuildingFloor" Accessor="Root" Direction="In" />
<Property Name="EquipmentContexts" Type="List[Context]" Accessor="Optional" Direction="In" Default="EquipmentContext.Installation" Comment="Show in dialog only equipments with these contexts" />
<Property Name="EquipmentStatuses" Type="List[Status]" Accessor="Optional" Direction="In" Comment="Show in dialog only equipments with these statuses" />
<Property Name="GetEquipmentEnabled" Type="Boolean" Accessor="Optional" Direction="In" Default="True" Comment="Select an equipment for new spacemaintenance" />
<Property Name="Space" Type="Space" Accessor="Optional" Direction="In" Comment="Check if there is already a spacemaintenance for building/part/floor Space" />
<Property Name="SpaceMaintenanceContext" Type="Context" Accessor="Optional" Direction="In" Default="SpaceMaintenanceContext.LongTermMaintenancePlan" Comment="Create spacemaintenance with this context" />
</Properties>
<Execution>
<UserContent Name="Pre" />
<WorkflowCall Name="BuildingFloor_CreateSpaceMaintenance" WorkflowName="BuildingFloor_CreateSpaceMaintenance">
<Parameter Name="BuildingFloor" Direction="In" Value="${BuildingFloor}" />
<Parameter Name="EquipmentContexts" Direction="In" Value="${EquipmentContexts}" />
<Parameter Name="EquipmentStatuses" Direction="In" Value="${EquipmentStatuses}" />
<Parameter Name="GetEquipmentEnabled" Direction="In" Value="${GetEquipmentEnabled}" />
<Parameter Name="Space" Direction="In" Value="${Space}" />
<Parameter Name="SpaceMaintenanceContext" Direction="In" Value="${SpaceMaintenanceContext}" />
</WorkflowCall>
<UserContent Name="Post" />
</Execution>
</Workflow>