Categorie: reference
Bijgewerkt: 2026-04-08
actionfield workflow actionfield357
ActionField357
Beschrijving: Open graphical overview Space Reservation. Custom: Nee
Propertiesbewerken
| Property | Type | Accessor |
|---|---|---|
| ClusterBlockingItems | Boolean | Optional |
| ContextToUseWhenCreating | Context | Optional |
| Date | DateTime? | Optional |
| OpenInNewWindow | Boolean | Optional |
| ReadOnly | Boolean | Optional |
| RefreshFrequencyInMinutes | Int32? | Optional |
| ReservableObjectSqlFilter | String | Optional |
| ReservationLineSqlFilter | String | Optional |
| ShowDeliveryLocations | Boolean | Optional |
| ShowIconForArticles | Boolean | Optional |
| ShowIconForEquipments | Boolean | Optional |
| ShowIconForNonDefaultSetup | Boolean | Optional |
| ShowIconForPattern | Boolean | Optional |
| ShowPickupLocations | Boolean | Optional |
| ShowScarceObjectsOnly | Boolean | Optional |
| SpaceSortProperty | String | Optional |
| SpaceSqlFilter | String | Optional |
| Title | String | Optional |
| WorkHourBegin24 | Int32? | Optional |
| WorkHourEnd24 | Int32? | Optional |
| Zoom | SchedulerZoomLevel | Optional |
XMLbewerken
<Workflow Name="ActionField357" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
<Description>Open graphical overview Space Reservation.</Description>
<Properties>
<Property Name="ClusterBlockingItems" Type="Boolean" Accessor="Optional" Direction="In" Default="True" Comment="cluster items in schedule that block one another" />
<Property Name="ContextToUseWhenCreating" Type="Context" Accessor="Optional" Direction="In" Default="ReservationContext.SpaceReservation" />
<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="ShowDeliveryLocations" Type="Boolean" Accessor="Optional" Direction="In" Default="True" Comment="Show DeliveryLocations" />
<Property Name="ShowIconForArticles" Type="Boolean" Accessor="Optional" Direction="In" Default="True" Comment="Show icon for Articles" />
<Property Name="ShowIconForEquipments" Type="Boolean" Accessor="Optional" Direction="In" Default="True" Comment="Show icon for Equipments" />
<Property Name="ShowIconForNonDefaultSetup" Type="Boolean" Accessor="Optional" Direction="In" Default="True" Comment="Show icon for NonDefaultSetup" />
<Property Name="ShowIconForPattern" Type="Boolean" Accessor="Optional" Direction="In" Default="True" Comment="Show icon for Pattern" />
<Property Name="ShowPickupLocations" Type="Boolean" Accessor="Optional" Direction="In" Default="True" Comment="Show PickupLocations" />
<Property Name="ShowScarceObjectsOnly" Type="Boolean" Accessor="Optional" Direction="In" Default="True" Comment="Show only Scarce Objects" />
<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 Space Reservation Scheduler" ViewName="Scheduler">
<Parameter Name="ClusterBlockingItems" Direction="In" Value="${ClusterBlockingItems}" />
<Parameter Name="ContextToUseWhenCreating" Direction="In" Value="${ContextToUseWhenCreating}" />
<Parameter Name="Date" Direction="In" Value="${Date}" />
<Parameter Name="GetAllData" Direction="In" Value="SpaceReservationScheduler_GetAllData" />
<Parameter Name="GetMetadata" Direction="In" Value="SpaceReservationScheduler_GetMetadata" />
<Parameter Name="Name" Direction="In" Value="Space Reservation Scheduler" />
<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="ShowDeliveryLocations" Direction="In" Value="${ShowDeliveryLocations}" />
<Parameter Name="ShowIconForArticles" Direction="In" Value="${ShowIconForArticles}" />
<Parameter Name="ShowIconForEquipments" Direction="In" Value="${ShowIconForEquipments}" />
<Parameter Name="ShowIconForNonDefaultSetup" Direction="In" Value="${ShowIconForNonDefaultSetup}" />
<Parameter Name="ShowIconForPattern" Direction="In" Value="${ShowIconForPattern}" />
<Parameter Name="ShowPickupLocations" Direction="In" Value="${ShowPickupLocations}" />
<Parameter Name="ShowScarceObjectsOnly" Direction="In" Value="${ShowScarceObjectsOnly}" />
<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="SpaceReservation" />
<Parameter Name="WorkHourBegin24" Direction="In" Value="${WorkHourBegin24}" />
<Parameter Name="WorkHourEnd24" Direction="In" Value="${WorkHourEnd24}" />
<Parameter Name="Zoom" Direction="In" Value="${Zoom}" />
</View>
</Execution>
</Workflow>