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

ActionField684

Beschrijving: Copy OutOfService date from EquipmentType to Equipment (Instruments) with this EquipmentType. Custom: Nee

Propertiesbewerken

Property Type Accessor
EquipmentType EquipmentType Root

XMLbewerken

<Workflow Name="ActionField684" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Copy OutOfService date from EquipmentType to Equipment (Instruments) with this EquipmentType.</Description>
	<Properties>
		<Property	Name="EquipmentType"	Type="EquipmentType"	Accessor="Root"		Direction="In" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

		<Transaction>
			<ForEach Name="Foreach equipment of this EquipmentType" In="${EquipmentType.Equipments}" As="Equipment">
				<Assign Name="Transfer the Out of Service Datedate " Property="${Equipment.OutOfService}" Value="${EquipmentType.OutOfService}" />
			</ForEach>
		</Transaction>

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