Categorie: reference
Bijgewerkt: 2026-04-08
actionfield workflow actionfield160
ActionField160
Beschrijving: Create SpaceMaintenance for a Building. 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 |
|---|---|---|
| Building | Building | Root |
| EquipmentContexts | List[Context] | Optional |
| EquipmentStatuses | List[Status] | Optional |
| GetEquipmentEnabled | Boolean | Optional |
| Space | Space | Optional |
| SpaceMaintenanceContext | Context | Optional |
XMLbewerken
<Workflow Name="ActionField160" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
<Description>Create SpaceMaintenance for a Building. 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="Building" Type="Building" 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="Building_CreateSpaceMaintenance" WorkflowName="Building_CreateSpaceMaintenance">
<Parameter Name="Building" Direction="In" Value="${Building}" />
<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>