Categorie: reference
Bijgewerkt: 2026-04-08
actionfield workflow actionfield543
ActionField543
Beschrijving: Change context of BuildingFloor to RoofFront. Custom: Nee
Propertiesbewerken
| Property | Type | Accessor |
|---|---|---|
| BuildingFloor | BuildingFloor | Root |
XMLbewerken
<Workflow Name="ActionField543" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
<Description>Change context of BuildingFloor to RoofFront.</Description>
<Properties>
<Property Name="BuildingFloor" Type="BuildingFloor" Accessor="Root" Direction="In" />
</Properties>
<Execution>
<UserContent Name="Pre" />
<WorkflowCall Name="BuildingFloor_ChangeContextRoofFront" WorkflowName="BuildingFloor_ChangeContextBuildingFloorRoofFront">
<Parameter Name="BuildingFloor" Direction="In" Value="${BuildingFloor}" />
<Parameter Name="ObligatedContext" Direction="In" Value="BuildingFloorContext.BuildingFloor" />
</WorkflowCall>
<UserContent Name="Post" />
</Execution>
</Workflow>