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

ActionField555

Beschrijving: Start scheduler (Leave per Employee). Custom: Nee

Propertiesbewerken

Property Type Accessor
Date DateTime? Optional
EmployeeSqlFilter String Optional
RefreshFrequencyInMinutes Int32? Optional
Title String Optional
Zoom SchedulerZoomLevel Optional

XMLbewerken

<Workflow Name="ActionField555" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Start scheduler (Leave 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="RefreshFrequencyInMinutes"	Type="Int32?"				Accessor="Optional"	Direction="In"		Default="#{Settings.GraphicOverviewLeavePerEmployee.RefreshFrequencyInMinutes}"	Comment="Refresh rate in minutes of the scheduler" />
		<Property	Name="Title"						Type="String"				Accessor="Optional"	Direction="In"																						Comment="Title of the scheduler" />
		<Property	Name="Zoom"							Type="SchedulerZoomLevel"	Accessor="Optional"	Direction="In"		Default="#{Settings.GraphicOverviewLeavePerEmployee.Zoom}"						Comment="Accepted values: [WorkingHours | OneDay | TwoDays | WorkingWeek | Week | Month]" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

		<UserContent Name="Post" />

		<View Name="Scheduler" ViewName="Scheduler">
			<Parameter	Name="Date"							Direction="In"		Value="${Date}" />
			<Parameter	Name="EmployeeSqlFilter"			Direction="In"		Value="${EmployeeSqlFilter}" />
			<Parameter	Name="GetAllData"					Direction="In"		Value="EmployeeTimeReservationScheduler_GetAllData" />
			<Parameter	Name="GetMetadata"					Direction="In"		Value="EmployeeTimeReservationScheduler_GetMetaData" />
			<Parameter	Name="RefreshFrequencyInMinutes"	Direction="In"		Value="${RefreshFrequencyInMinutes}" />
			<Parameter	Name="Title"						Direction="In"		Value="${Title}" />
			<Parameter	Name="Type"							Direction="In"		Value="employeetimereservation" />
			<Parameter	Name="Zoom"							Direction="In"		Value="${Zoom}" />
		</View>
	</Execution>
</Workflow>