Categorie: reference
Bijgewerkt: 2026-04-08
actionfield workflow actionfield939
ActionField939
Beschrijving: Delete ObjectFeature (SpaceTypeFeature) and ObjectFeatures (SpaceFeatures) of the Spaces belonging to SpaceType. Custom: Nee
Propertiesbewerken
| Property | Type | Accessor |
|---|---|---|
| SpaceTypeFeature | ObjectFeature | Root |
XMLbewerken
<Workflow Name="ActionField939" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
<Description>Delete ObjectFeature (SpaceTypeFeature) and ObjectFeatures (SpaceFeatures) of the Spaces belonging to SpaceType.</Description>
<Properties>
<Property Name="SpaceTypeFeature" Type="ObjectFeature" Accessor="Root" Direction="In" />
<Property Name="RemoveFeaturesFromSpace" Type="RequestResult" Accessor="Internal" Default="Yes" />
</Properties>
<Execution>
<UserContent Name="Pre" />
<Question Name="Remove features from spaces too?" Type="YesNoCancel" MessageCode="1754" Default="Yes" OutputProperty="${RemoveFeaturesFromSpace}">
<Parameter Name="SpaceTypeFeature" Direction="In" Value="${SpaceTypeFeature}" />
</Question>
<Transaction>
<When Name="Remove features from space" Condition="${RemoveFeaturesFromSpace} == Yes">
<WorkflowCall Name="Remove features from space" WorkflowName="SpaceTypeFeature_RemoveFeaturesFromSpaces">
<Parameter Name="SpaceTypeFeature" Direction="In" Value="${SpaceTypeFeature}" />
</WorkflowCall>
</When>
<DeleteObject Name="Delete SpaceTypeFeature" DomainObject="${SpaceTypeFeature}" />
</Transaction>
<UserContent Name="Post" />
</Execution>
</Workflow>