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

ActionField1604

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

Propertiesbewerken

Property Type Accessor
Job Job Root

XMLbewerken

<Workflow Name="ActionField1604" 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 TargetDate when user modified the DurationCalculated. 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_RecalculatePlanningFieldsWhenDurationCalculatedChanged" WorkflowName="Job_RecalculatePlanningFieldsWhenDurationCalculatedChanged">
			<Parameter	Name="Job"	Direction="In"		Value="${Job}" />
		</WorkflowCall>

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