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

ActionField627

Beschrijving: Create JobMoveLines for Job (Equipments and Employees Linked to FromSpace). Custom: Nee

Propertiesbewerken

Property Type Accessor
Job Job Root

XMLbewerken

<Workflow Name="ActionField627" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Create JobMoveLines for Job (Equipments and Employees Linked to FromSpace).</Description>
	<Properties>
		<Property	Name="Job"	Type="Job"	Accessor="Root"		Direction="In" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

		<Transaction>
			<Validation Name="Check MoveFromSpace" Condition="${Job.MoveFromSpace} != Empty" MessageCode="1181">
				<Parameter	Name="Job"	Direction="In"		Value="${Job}" />
			</Validation>
			<Validation Name="Check MoveToSpace" Condition="${Job.MoveToSpace} != Empty" MessageCode="1182">
				<Parameter	Name="Job"	Direction="In"		Value="${Job}" />
			</Validation>
			<Validation Name="Check ScheduledStartDate" Condition="${Job.ScheduledStartDate} != Empty" MessageCode="1183">
				<Parameter	Name="Job"	Direction="In"		Value="${Job}" />
			</Validation>

			<Command Name="CreateJobMoveLines" CommandName="JobMoveLine_CreateJobMoveLines">
				<Parameter	Name="Job"	Direction="In"		Value="${Job}" />
			</Command>
		</Transaction>

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