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

ActionField1248

Beschrijving: Delete JobConditionFlawPresents from Job when Site is changed. Custom: Nee

Propertiesbewerken

Property Type Accessor
Job Job Root

XMLbewerken

<Workflow Name="ActionField1248" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Delete JobConditionFlawPresents from Job when Site is changed.</Description>
	<Properties>
		<Property	Name="Job"							Type="Job"		Accessor="Root"		Direction="In" />

		<Property	Name="ConditionFlawPresentsCount"	Type="Int64"	Accessor="Internal" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

		<WorkflowCall Name="Job_DeleteJobConditionFlawPresent" WorkflowName="Job_DeleteJobConditionFlawPresent">
			<Parameter	Name="Job"							Direction="In"		Value="${Job}" />
			<Parameter	Name="ConditionFlawPresentsCount"	Direction="Out"						OutputProperty="${ConditionFlawPresentsCount}" />
		</WorkflowCall>

		<UserContent Name="Post" />

		<When Name="ConditionFlawPresents are found" Condition="${ConditionFlawPresentsCount} &gt; 0">
			<Message Name="Show Message 2646" MessageCode="2646" />
		</When>
	</Execution>
</Workflow>