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

ActionField569

Beschrijving: Open graphical overview parking space reservation. Custom: Nee

Propertiesbewerken

Property Type Accessor
Date DateTime? Optional
OpenInNewWindow Boolean Optional
ReadOnly Boolean Optional
RefreshFrequencyInMinutes Int32? Optional
ReservableObjectSqlFilter String Optional
ReservationLineSqlFilter String Optional
ShowIconForPattern Boolean Optional
SpaceSortProperty String Optional
SpaceSqlFilter String Optional
Title String Optional
WorkHourBegin24 Int32? Optional
WorkHourEnd24 Int32? Optional
Zoom SchedulerZoomLevel Optional

XMLbewerken

<Workflow Name="ActionField569" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Open graphical overview parking space reservation.</Description>
	<Properties>
		<Property	Name="Date"							Type="DateTime?"			Accessor="Optional"	Direction="In"																					Comment="Start date of the scheduler" />
		<Property	Name="OpenInNewWindow"				Type="Boolean"				Accessor="Optional"	Direction="In"		Default="#{Settings.GraphicOverviewReservation.OpenInNewWindow}" />
		<Property	Name="ReadOnly"						Type="Boolean"				Accessor="Optional"	Direction="In"		Default="#{Settings.GraphicOverviewReservation.ReadOnly}"					Comment="Set scheduler to readonly" />
		<Property	Name="RefreshFrequencyInMinutes"	Type="Int32?"				Accessor="Optional"	Direction="In"		Default="#{Settings.GraphicOverviewReservation.RefreshFrequencyInMinutes}"	Comment="Refresh rate in minutes of the scheduler" />
		<Property	Name="ReservableObjectSqlFilter"	Type="String"				Accessor="Optional"	Direction="In"																					Comment="Show only ReservableObjects with this filter" />
		<Property	Name="ReservationLineSqlFilter"		Type="String"				Accessor="Optional"	Direction="In"																					Comment="Show only ReservationLines with this filter" />
		<Property	Name="ShowIconForPattern"			Type="Boolean"				Accessor="Optional"	Direction="In"		Default="True" />
		<Property	Name="SpaceSortProperty"			Type="String"				Accessor="Optional"	Direction="In"																					Comment="Order Spaces by this Property" />
		<Property	Name="SpaceSqlFilter"				Type="String"				Accessor="Optional"	Direction="In"																					Comment="Show only Spaces 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.GraphicOverviewReservation.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.GraphicOverviewReservation.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.GraphicOverviewReservation.Zoom}"						Comment="Accepted values: [WorkingHours | OneDay | TwoDays | WorkingWeek | Week | Month]" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

		<UserContent Name="Post" />

		<View Name="Open Parking Space Reservation Scheduler" ViewName="Scheduler">
			<Parameter	Name="Date"							Direction="In"		Value="${Date}" />
			<Parameter	Name="GetAllData"					Direction="In"		Value="ParkingSpaceReservationScheduler_GetAllData" />
			<Parameter	Name="GetMetadata"					Direction="In"		Value="ParkingSpaceReservationScheduler_GetMetadata" />
			<Parameter	Name="OpenInNewWindow"				Direction="In"		Value="${OpenInNewWindow}" />
			<Parameter	Name="ReadOnly"						Direction="In"		Value="${ReadOnly}" />
			<Parameter	Name="RefreshFrequencyInMinutes"	Direction="In"		Value="${RefreshFrequencyInMinutes}" />
			<Parameter	Name="ReservableObjectSqlFilter"	Direction="In"		Value="${ReservableObjectSqlFilter}" />
			<Parameter	Name="ReservationLineSqlFilter"		Direction="In"		Value="${ReservationLineSqlFilter}" />
			<Parameter	Name="ShowIconForPattern"			Direction="In"		Value="${ShowIconForPattern}" />
			<Parameter	Name="SortProperty"					Direction="In"		Value="${SpaceSortProperty}" />
			<Parameter	Name="SqlFilter"					Direction="In"		Value="${SpaceSqlFilter}" />
			<Parameter	Name="Title"						Direction="In"		Value="${Title}" />
			<Parameter	Name="Type"							Direction="In"		Value="ParkingSpaceReservation" />
			<Parameter	Name="WorkHourBegin24"				Direction="In"		Value="${WorkHourBegin24}" />
			<Parameter	Name="WorkHourEnd24"				Direction="In"		Value="${WorkHourEnd24}" />
			<Parameter	Name="Zoom"							Direction="In"		Value="${Zoom}" />
		</View>
	</Execution>
</Workflow>