Categorie: reference Bijgewerkt: 2026-04-08 actionfield workflow actionfield1909

ActionField1909

Beschrijving: Copy the site from the linked object Custom: Nee

Propertiesbewerken

Property Type Accessor
ObjectPlotPlanMarker ObjectPlotPlanMarker Root

XMLbewerken

<Workflow Name="ActionField1909" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Copy the site from the linked object</Description>
	<Properties>
		<Property	Name="ObjectPlotPlanMarker"	Type="ObjectPlotPlanMarker"	Accessor="Root"		Direction="In" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

		<Transaction>
			<Choose>
				<When Condition="${ObjectPlotPlanMarker.Equipment} != Empty">
					<Assign Property="${ObjectPlotPlanMarker.Site}" Value="${ObjectPlotPlanMarker.Equipment.Site}" />
				</When>


				<When Condition="${ObjectPlotPlanMarker.Building} != Empty">
					<Assign Property="${ObjectPlotPlanMarker.Site}" Value="${ObjectPlotPlanMarker.Building.Site}" />
				</When>


				<When Condition="${ObjectPlotPlanMarker.Space} != Empty">
					<Assign Property="${ObjectPlotPlanMarker.Site}" Value="${ObjectPlotPlanMarker.Space.Site}" />
				</When>


				<When Condition="${ObjectPlotPlanMarker.ProcessFunction} != Empty">
					<Assign Property="${ObjectPlotPlanMarker.Site}" Value="${ObjectPlotPlanMarker.ProcessFunction.Site}" />
				</When>
			</Choose>
		</Transaction>

		<UserContent Name="Post" />
	</Execution>
</Workflow>