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

ActionField1732

Beschrijving: Clear InspectionPlan when ExcludeFromAcceptanceRequired is True. Custom: Nee

Propertiesbewerken

Property Type Accessor
EquipmentType EquipmentType Root

XMLbewerken

<Workflow Name="ActionField1732" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Clear InspectionPlan when ExcludeFromAcceptanceRequired is True.</Description>
	<Properties>
		<Property	Name="EquipmentType"	Type="EquipmentType"	Accessor="Root"		Direction="In" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

		<Transaction>
			<When Name="ExcludeFromAcceptanceRequired is True" Condition="${EquipmentType.ExcludeFromAcceptanceRequired}">
				<Assign Name="Clear InspectionPlan" Property="${EquipmentType.InspectionPlan}" Value="Empty" />
			</When>
		</Transaction>

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