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

ActionField552

Beschrijving: Start the JobPlanner (per Employee). Custom: Nee

Propertiesbewerken

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

XMLbewerken

<Workflow Name="ActionField552" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Start the JobPlanner (per Employee).</Description>
	<Properties>
		<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="FillJobsToDays"				Type="Boolean"				Accessor="Optional"	Direction="In"		Default="False"																Comment="Enable read-only view with jobs below each other" />
		<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="ShowExternalEmployeeByVendor"	Type="Boolean"				Accessor="Optional"	Direction="In"		Default="True"																Comment="Show external employee by vendor" />
		<Property	Name="SkillCategorySqlFilter"		Type="String"				Accessor="Optional"	Direction="In"																					Comment="Show only SkillCategories with this filter" />
		<Property	Name="Title"						Type="String"				Accessor="Optional"	Direction="In"																					Comment="Title of the scheduler" />
		<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 | NextFiveDays | Week | TwoWeeks | 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="FillJobsToDays"				Direction="In"		Value="${FillJobsToDays}" />
			<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="ShowExternalEmployeeByVendor"	Direction="In"		Value="${ShowExternalEmployeeByVendor}" />
			<Parameter	Name="SkillCategorySqlFilter"		Direction="In"		Value="${SkillCategorySqlFilter}" />
			<Parameter	Name="Title"						Direction="In"		Value="${Title}" />
			<Parameter	Name="WorkHourBegin24"				Direction="In"		Value="${WorkHourBegin24}" />
			<Parameter	Name="WorkHourEnd24"				Direction="In"		Value="${WorkHourEnd24}" />
			<Parameter	Name="Zoom"							Direction="In"		Value="${Zoom}" />
		</WorkflowCall>

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