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

ActionField393

Beschrijving: Open graphical overview Equipment/Fleet Object Reservation Custom: Nee

Propertiesbewerken

Property Type Accessor
CollapseReservableObjectTypeOnOpen Boolean Optional
ContextToUseWhenCreating Context Optional
Date DateTime? Optional
EquipmentSortProperty String Optional
EquipmentSqlFilter String Optional
IsIssueManagement Boolean Optional
OpenInNewWindow Boolean Optional
ReadOnly Boolean Optional
RefreshFrequencyInMinutes Int32? Optional
ReservableObjectSqlFilter String Optional
ReservableObjectTypeSortProperty String Optional
ReservationLineSqlFilter String Optional
ShowIconForPattern Boolean Optional
Title String Optional
WorkHourBegin24 Int32? Optional
WorkHourEnd24 Int32? Optional
Zoom SchedulerZoomLevel Optional

XMLbewerken

<Workflow Name="ActionField393" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Open graphical overview Equipment/Fleet Object Reservation</Description>
	<Properties>
		<Property	Name="CollapseReservableObjectTypeOnOpen"	Type="Boolean"				Accessor="Optional"	Direction="In"		Default="False"																Comment="Fold ReservableObjectTypes when scheduler is opened" />
		<Property	Name="ContextToUseWhenCreating"				Type="Context"				Accessor="Optional"	Direction="In"		Default="ReservationContext.Catering" />
		<Property	Name="Date"									Type="DateTime?"			Accessor="Optional"	Direction="In"																					Comment="Start date of the scheduler" />
		<Property	Name="EquipmentSortProperty"				Type="String"				Accessor="Optional"	Direction="In"																					Comment="Order Equipments by this Property" />
		<Property	Name="EquipmentSqlFilter"					Type="String"				Accessor="Optional"	Direction="In"																					Comment="Show only Equipments with this filter" />
		<Property	Name="IsIssueManagement"					Type="Boolean"				Accessor="Optional"	Direction="In"																					Comment="Graphic overview is for Issue management" />
		<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="ReservableObjectTypeSortProperty"		Type="String"				Accessor="Optional"	Direction="In"																					Comment="Order ReservableObjects by this Property" />
		<Property	Name="ReservationLineSqlFilter"				Type="String"				Accessor="Optional"	Direction="In" />
		<Property	Name="ShowIconForPattern"					Type="Boolean"				Accessor="Optional"	Direction="In"		Default="True" />
		<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 Equipment Reservation Scheduler" ViewName="Scheduler">
			<Parameter	Name="CollapseReservableObjectTypeOnOpen"	Direction="In"		Value="${CollapseReservableObjectTypeOnOpen}" />
			<Parameter	Name="ContextToUseWhenCreating"				Direction="In"		Value="${ContextToUseWhenCreating}" />
			<Parameter	Name="Date"									Direction="In"		Value="${Date}" />
			<Parameter	Name="GetAllData"							Direction="In"		Value="EquipmentReservationScheduler_GetAllData" />
			<Parameter	Name="GetLegendData"						Direction="In"		Value="EquipmentReservationScheduler_GetLegendData" />
			<Parameter	Name="GetMetadata"							Direction="In"		Value="EquipmentReservationScheduler_GetMetadata" />
			<Parameter	Name="IsIssueManagement"					Direction="In"		Value="${IsIssueManagement}" />
			<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="ReservableObjectTypeSortProperty"		Direction="In"		Value="${ReservableObjectTypeSortProperty}" />
			<Parameter	Name="ReservationLineSqlFilter"				Direction="In"		Value="${ReservationLineSqlFilter}" />
			<Parameter	Name="ShowIconForPattern"					Direction="In"		Value="${ShowIconForPattern}" />
			<Parameter	Name="SortProperty"							Direction="In"		Value="${EquipmentSortProperty}" />
			<Parameter	Name="SqlFilter"							Direction="In"		Value="${EquipmentSqlFilter}" />
			<Parameter	Name="Title"								Direction="In"		Value="${Title}" />
			<Parameter	Name="Type"									Direction="In"		Value="EquipmentReservation" />
			<Parameter	Name="WorkHourBegin24"						Direction="In"		Value="${WorkHourBegin24}" />
			<Parameter	Name="WorkHourEnd24"						Direction="In"		Value="${WorkHourEnd24}" />
			<Parameter	Name="Zoom"									Direction="In"		Value="${Zoom}" />
		</View>
	</Execution>
</Workflow>