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

ActionField1632

Beschrijving: Open MultijobPlanner from a Multijob or one of its subjobs. Custom: Nee

Propertiesbewerken

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

XMLbewerken

<Workflow Name="ActionField1632" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Open MultijobPlanner from a Multijob or one of its subjobs.</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="OpenInNewWindow"	Type="Boolean"		Accessor="Optional"	Direction="In"		Default="False" />
		<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.Multijob} == Empty ? ${Job} : ${Job.Multijob}" />
			<Parameter	Name="OpenInNewWindow"	Direction="In"		Value="${OpenInNewWindow}" />
			<Parameter	Name="ReadOnly"			Direction="In"		Value="${ReadOnly}" />
			<Parameter	Name="SearchCondition"	Direction="In"		Value="${Job.Id}" />
		</WorkflowCall>
	</Execution>
</Workflow>