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

ActionField1218

Beschrijving: Set JobInspectionLine QualityOk to False and Text1 to Empty when Unfindable is True (Actionfield behind JobInspectionLine.Unfindable (JobiUnfindable)). Custom: Nee

Propertiesbewerken

Property Type Accessor
JobInspectionLine JobInspectionLine Root

XMLbewerken

<Workflow Name="ActionField1218" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Set JobInspectionLine QualityOk to False and Text1 to Empty when Unfindable is True (Actionfield behind JobInspectionLine.Unfindable (JobiUnfindable)).</Description>
	<Properties>
		<Property	Name="JobInspectionLine"	Type="JobInspectionLine"	Accessor="Root"		Direction="In" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

		<Transaction>
			<When Name="Unfindable" Condition="${JobInspectionLine.Unfindable} == True">
				<Assign Name="Disable Qualityok" Property="${JobInspectionLine.QualityOk}" Value="False" />
				<Assign Name="Empty Text1" Property="${JobInspectionLine.Text1}" Value="Empty" />
			</When>
		</Transaction>

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