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

ActionField1194

Beschrijving: Edit Scheduled Start and Target Date for stop WorkOrder, used in Stop Gantt. Custom: Nee

Propertiesbewerken

Property Type Accessor
WorkOrder WorkOrder Root
ScheduledStartDate DateTime Required
TargetDate DateTime Required

XMLbewerken

<Workflow Name="ActionField1194" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Edit Scheduled Start and Target Date for stop WorkOrder, used in Stop Gantt.</Description>
	<Properties>
		<Property	Name="WorkOrder"			Type="WorkOrder"	Accessor="Root"		Direction="In" />

		<Property	Name="ScheduledStartDate"	Type="DateTime"		Accessor="Required"	Direction="In"		Comment="StartDate for the WorkOrder" />
		<Property	Name="TargetDate"			Type="DateTime"		Accessor="Required"	Direction="In"		Comment="TargetDate for the WorkOrder" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

		<WorkflowCall Name="Project_AddOrEditStopWorkOrder" WorkflowName="Project_AddOrEditStopWorkOrder">
			<Parameter	Name="ScheduledStartDate"	Direction="In"		Value="${ScheduledStartDate}" />
			<Parameter	Name="ShowDialog"			Direction="In"		Value="False" />
			<Parameter	Name="Stop"					Direction="In"		Value="${WorkOrder.Project}" />
			<Parameter	Name="TargetDate"			Direction="In"		Value="${TargetDate}" />
			<Parameter	Name="WorkOrder"			Direction="In"		Value="${WorkOrder}" />
		</WorkflowCall>

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