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

ActionField1606

Beschrijving: Recalculates the job's ScheduledStartDate or DurationCalculated when user modified its TargetDate. Checks whether requested deliveries will (still) be in time. Custom: Nee

Propertiesbewerken

Property Type Accessor
Job Job Root

XMLbewerken

<Workflow Name="ActionField1606" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Recalculates the job's ScheduledStartDate or DurationCalculated when user modified its TargetDate. Checks whether requested deliveries will (still) be in time.</Description>
	<Properties>
		<Property	Name="Job"	Type="Job"	Accessor="Root"		Direction="In" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

		<WorkflowCall Name="Job_RecalculatePlanningFieldsWhenTargetDateChanged" WorkflowName="Job_RecalculatePlanningFieldsWhenTargetDateChanged">
			<Parameter	Name="Job"	Direction="In"		Value="${Job}" />
		</WorkflowCall>

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