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

ActionField1075

Beschrijving: Open multijobplanner from IT-change screen. This actionfield will use the Job (Change) as top node, regardless of whether the Job (Change) is a subjob itself or not. Custom: Nee

Propertiesbewerken

Property Type Accessor
Job Job Root
BaselineVisible Boolean Optional
GanttTitle UltimoString Optional
ReadOnly Boolean Optional

XMLbewerken

<Workflow Name="ActionField1075" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Open multijobplanner from IT-change screen. This actionfield will use the Job (Change) as top node, regardless of whether the Job (Change) is a subjob itself or not.</Description>
	<Properties>
		<Property	Name="Job"				Type="Job"			Accessor="Root"		Direction="In" />

		<Property	Name="BaselineVisible"	Type="Boolean"		Accessor="Optional"	Direction="In"		Default="True"	Comment="Set baseline visible or not" />
		<Property	Name="GanttTitle"		Type="UltimoString"	Accessor="Optional"	Direction="In"						Comment="Title of the planner" />
		<Property	Name="ReadOnly"			Type="Boolean"		Accessor="Optional"	Direction="In"		Default="False"	Comment="Set planner to readonly" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

		<UserContent Name="Post" />

		<WorkflowCall Name="Open multijobplanner" WorkflowName="Job_OpenGantt">
			<Parameter	Name="BaselineVisible"	Direction="In"		Value="${BaselineVisible}" />
			<Parameter	Name="GanttTitle"		Direction="In"		Value="${GanttTitle}" />
			<Parameter	Name="Job"				Direction="In"		Value="${Job}" />
			<Parameter	Name="ReadOnly"			Direction="In"		Value="${ReadOnly}" />
		</WorkflowCall>
	</Execution>
</Workflow>