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

ActionField1191

Beschrijving: Edit Scheduled Start and Finish Date for Project (Stop), used in Stop Gantt. Custom: Nee

Propertiesbewerken

Property Type Accessor
Stop Project Root
ScheduledFinishDate DateTime Required
ScheduledStartDate DateTime Required

XMLbewerken

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

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

		<WorkflowCall Name="Project_EditStop" WorkflowName="Project_EditStop">
			<Parameter	Name="NewScheduledFinishDate"	Direction="In"		Value="${ScheduledFinishDate}" />
			<Parameter	Name="NewScheduledStartDate"	Direction="In"		Value="${ScheduledStartDate}" />
			<Parameter	Name="ShowDialog"				Direction="In"		Value="False" />
			<Parameter	Name="Stop"						Direction="In"		Value="${Stop}" />
		</WorkflowCall>

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