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

ActionField551

Beschrijving: Start the JobPlanner (for scheduling and batch handling Jobs). Custom: Nee

Propertiesbewerken

Property Type Accessor
WorkOrderSchedule WorkOrderSchedule Root
Date DateTime? Optional
EmployeeSqlFilter String Optional
EnablePlanningProposition Boolean Optional
JobSchedulerItemTemplate String Optional
JobSqlFilter String Optional
OnlyShowWorkingDays Boolean Optional
OnlyShowWorkingHours Boolean Optional
OpenInNewWindow Boolean Optional
ReadOnly Boolean Optional
RefreshFrequencyInMinutes Int32? Optional
SkillCategorySqlFilter String Optional
WorkHourBegin24 Int32? Optional
WorkHourEnd24 Int32? Optional
Zoom SchedulerZoomLevel Optional

XMLbewerken

<Workflow Name="ActionField551" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Start the JobPlanner (for scheduling and batch handling Jobs).</Description>
	<Properties>
		<Property	Name="WorkOrderSchedule"			Type="WorkOrderSchedule"	Accessor="Root"		Direction="In" />

		<Property	Name="Date"							Type="DateTime?"			Accessor="Optional"	Direction="In"																					Comment="Start date of the scheduler" />
		<Property	Name="EmployeeSqlFilter"			Type="String"				Accessor="Optional"	Direction="In"																					Comment="Show only Employees with this filter" />
		<Property	Name="EnablePlanningProposition"	Type="Boolean"				Accessor="Optional"	Direction="In"		Default="True"																Comment="Enable planning proposition" />
		<Property	Name="JobSchedulerItemTemplate"		Type="String"				Accessor="Optional"	Direction="In"																					Comment="Name of the template to display jobs with" />
		<Property	Name="JobSqlFilter"					Type="String"				Accessor="Optional"	Direction="In"																					Comment="Show only Jobs with this filter" />
		<Property	Name="OnlyShowWorkingDays"			Type="Boolean"				Accessor="Optional"	Direction="In"		Default="#{Settings.GraphicOverviewJobScheduler.OnlyShowWorkingDays}"		Comment="Show only working days" />
		<Property	Name="OnlyShowWorkingHours"			Type="Boolean"				Accessor="Optional"	Direction="In"		Default="#{Settings.GraphicOverviewJobScheduler.OnlyShowWorkingHours}"		Comment="Show only working hours" />
		<Property	Name="OpenInNewWindow"				Type="Boolean"				Accessor="Optional"	Direction="In"		Default="#{Settings.GraphicOverviewJobScheduler.OpenInNewWindow}" />
		<Property	Name="ReadOnly"						Type="Boolean"				Accessor="Optional"	Direction="In"		Default="#{Settings.GraphicOverviewJobScheduler.ReadOnly}"					Comment="Set scheduler to readonly" />
		<Property	Name="RefreshFrequencyInMinutes"	Type="Int32?"				Accessor="Optional"	Direction="In"		Default="#{Settings.GraphicOverviewJobScheduler.RefreshFrequencyInMinutes}"	Comment="Refresh rate in minutes of the scheduler" />
		<Property	Name="SkillCategorySqlFilter"		Type="String"				Accessor="Optional"	Direction="In"																					Comment="Show only SkillCategories with this filter" />
		<Property	Name="WorkHourBegin24"				Type="Int32?"				Accessor="Optional"	Direction="In"		Default="#{Settings.GraphicOverviewJobScheduler.WorkHourBegin24}"			Comment="Used as start time in the working hours view. Also used to indicate the working hours in the one day/two days views." />
		<Property	Name="WorkHourEnd24"				Type="Int32?"				Accessor="Optional"	Direction="In"		Default="#{Settings.GraphicOverviewJobScheduler.WorkHourEnd24}"				Comment="Used as end time in the working hours view. Also used to indicate the working hours in the one day/two days views." />
		<Property	Name="Zoom"							Type="SchedulerZoomLevel"	Accessor="Optional"	Direction="In"		Default="#{Settings.GraphicOverviewJobScheduler.Zoom}"						Comment="Accepted values: [WorkingHours | OneDay | TwoDays | Week | Month]" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

		<WorkflowCall Name="JobPlanner_Start" WorkflowName="JobPlanner_Start">
			<Parameter	Name="Date"							Direction="In"		Value="${Date}" />
			<Parameter	Name="EmployeeSqlFilter"			Direction="In"		Value="${EmployeeSqlFilter}" />
			<Parameter	Name="EnablePlanningProposition"	Direction="In"		Value="${EnablePlanningProposition}" />
			<Parameter	Name="JobSchedulerItemTemplate"		Direction="In"		Value="${JobSchedulerItemTemplate}" />
			<Parameter	Name="JobSqlFilter"					Direction="In"		Value="${JobSqlFilter}" />
			<Parameter	Name="OnlyShowWorkingDays"			Direction="In"		Value="${OnlyShowWorkingDays}" />
			<Parameter	Name="OnlyShowWorkingHours"			Direction="In"		Value="${OnlyShowWorkingHours}" />
			<Parameter	Name="OpenInNewWindow"				Direction="In"		Value="${OpenInNewWindow}" />
			<Parameter	Name="ReadOnly"						Direction="In"		Value="${ReadOnly}" />
			<Parameter	Name="RefreshFrequencyInMinutes"	Direction="In"		Value="${RefreshFrequencyInMinutes}" />
			<Parameter	Name="SkillCategorySqlFilter"		Direction="In"		Value="${SkillCategorySqlFilter}" />
			<Parameter	Name="WorkHourBegin24"				Direction="In"		Value="${WorkHourBegin24}" />
			<Parameter	Name="WorkHourEnd24"				Direction="In"		Value="${WorkHourEnd24}" />
			<Parameter	Name="WorkOrderSchedule"			Direction="In"		Value="${WorkOrderSchedule}" />
			<Parameter	Name="Zoom"							Direction="In"		Value="${Zoom}" />
		</WorkflowCall>

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