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

ActionField1629

Beschrijving: Open StopPlanner from an AssetPlanner StopJob. Custom: Nee

Propertiesbewerken

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

XMLbewerken

<Workflow Name="ActionField1629" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Open StopPlanner from an AssetPlanner StopJob.</Description>
	<Properties>
		<Property	Name="Job"								Type="Job"				Accessor="Root"		Direction="In" />

		<Property	Name="GanttTitle"						Type="UltimoString"		Accessor="Optional"	Direction="In"								Comment="Title for the Gantt view" />
		<Property	Name="OpenInNewWindow"					Type="Boolean"			Accessor="Optional"	Direction="In"		Default="True" />
		<Property	Name="ReadOnly"							Type="Boolean"			Accessor="Optional"	Direction="In"		Default="False"			Comment="Set Gantt view to readonly" />

		<Property	Name="JobSqlFilter"						Type="UltimoString"		Accessor="Internal"												Comment="Show only Jobs with this filter" />
		<Property	Name="Project"							Type="Project"			Accessor="Internal" />
		<Property	Name="SelectionListConfiguration"		Type="String"			Accessor="Internal"						Default="Stopplanner"	Comment="Projects in grid are shown with this SelectionListConfiguration. Default is 'Stopplanner'" />
		<Property	Name="ShowIconForDocument"				Type="Boolean"			Accessor="Internal"						Default="False"			Comment="Check whether Job has Documents" />
		<Property	Name="ShowIconForMaterial"				Type="Boolean"			Accessor="Internal"						Default="False"			Comment="Check whether Job has Materials" />
		<Property	Name="ShowIconForPurchaseRequestLine"	Type="Boolean"			Accessor="Internal"						Default="False"			Comment="Check whether Job has PurchaseRequestLines" />
		<Property	Name="ShowIconForTool"					Type="Boolean"			Accessor="Internal"						Default="False"			Comment="Check whether Job has Tools" />
		<Property	Name="StopExpandLevel"					Type="StopExpandLevel"	Accessor="Internal"						Default="Job"			Comment="ExpandLevel for the Gantt view. Accepted values: [Collapsed | WorkOrder | Job]" />
		<Property	Name="ViewPreset"						Type="UltimoString"		Accessor="Internal"												Comment="ViewPreset for the Gantt view. Accepted values: [minuteAndHour | dayAndWeek | weekAndDay | weekAndMonth | monthAndYear | year | weekAndDayLetter | weekDateAndMonth]" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

		<Assign Name="Set Project" Property="${Project}" Value="${Job.Project}" />

		<UserContent Name="Post" />

		<View Name="Open stopplanner" ViewName="Gantt">
			<Parameter	Name="Action"							Direction="In"		Value="GetStop" />
			<Parameter	Name="Id"								Direction="In"		Value="${Project.Id}" />
			<Parameter	Name="JobSqlFilter"						Direction="In"		Value="${JobSqlFilter}" />
			<Parameter	Name="OpenInNewWindow"					Direction="In"		Value="${OpenInNewWindow}" />
			<Parameter	Name="ReadOnly"							Direction="In"		Value="${ReadOnly}" />
			<Parameter	Name="SearchCondition"					Direction="In"		Value="${Job.Id}" />
			<Parameter	Name="SelectionListConfiguration"		Direction="In"		Value="${SelectionListConfiguration}" />
			<Parameter	Name="ShowIconForDocument"				Direction="In"		Value="${ShowIconForDocument}" />
			<Parameter	Name="ShowIconForMaterial"				Direction="In"		Value="${ShowIconForMaterial}" />
			<Parameter	Name="ShowIconForPurchaseRequestLine"	Direction="In"		Value="${ShowIconForPurchaseRequestLine}" />
			<Parameter	Name="ShowIconForTool"					Direction="In"		Value="${ShowIconForTool}" />
			<Parameter	Name="StopExpandLevel"					Direction="In"		Value="${StopExpandLevel}" />
			<Parameter	Name="Title"							Direction="In"		Value="${GanttTitle}" />
			<Parameter	Name="Type"								Direction="In"		Value="Stop" />
			<Parameter	Name="ViewPreset"						Direction="In"		Value="${ViewPreset}" />
		</View>
	</Execution>
</Workflow>