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

ActionField1234

Beschrijving: When the object for the ConditionFlawPresent is changed, then the Equipment must emptied. Custom: Nee

Propertiesbewerken

Property Type Accessor
ConditionFlawPresent ConditionFlawPresent Root

XMLbewerken

<Workflow Name="ActionField1234" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>When the object for the ConditionFlawPresent is changed, then the Equipment must emptied.</Description>
	<Properties>
		<Property	Name="ConditionFlawPresent"	Type="ConditionFlawPresent"	Accessor="Root"		Direction="In" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

		<Transaction>
			<When Name="Check whether reset of Equipment is required" Condition="${ConditionFlawPresent.Equipment} != Empty &amp;&amp; ${ConditionFlawPresent.ProcessFunction} != ${ConditionFlawPresent.Equipment.ProcessFunction}">
				<Assign Name="reset equipment" Property="${ConditionFlawPresent.Equipment}" Value="Empty" />
			</When>
		</Transaction>

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