Categorie: reference
Bijgewerkt: 2026-04-08
actionfield workflow actionfield554
ActionField554
Beschrijving: Start scheduler (Number of Employees per RosterGroup). Custom: Nee
Propertiesbewerken
| Property | Type | Accessor |
|---|---|---|
| Date | DateTime? | Optional |
| GeneralRosterSqlFilter | String | Optional |
| RefreshFrequencyInMinutes | Int32? | Optional |
| Title | String | Optional |
| Zoom | SchedulerZoomLevel | Optional |
XMLbewerken
<Workflow Name="ActionField554" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
<Description>Start scheduler (Number of Employees per RosterGroup).</Description>
<Properties>
<Property Name="Date" Type="DateTime?" Accessor="Optional" Direction="In" Comment="Start date of the scheduler" />
<Property Name="GeneralRosterSqlFilter" Type="String" Accessor="Optional" Direction="In" Comment="Show only GeneralRosters with this filter" />
<Property Name="RefreshFrequencyInMinutes" Type="Int32?" Accessor="Optional" Direction="In" Default="#{Settings.GraphicOverviewNumberOfEmployeesPerScheduleGroup.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.GraphicOverviewNumberOfEmployeesPerScheduleGroup.Zoom}" Comment="Accepted values: [ 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="GeneralRosterSqlFilter" Direction="In" Value="${GeneralRosterSqlFilter}" />
<Parameter Name="GetAllData" Direction="In" Value="RosterEntryScheduler_GetAllData" />
<Parameter Name="GetMetadata" Direction="In" Value="RosterEntryScheduler_GetMetadata" />
<Parameter Name="RefreshFrequencyInMinutes" Direction="In" Value="${RefreshFrequencyInMinutes}" />
<Parameter Name="Title" Direction="In" Value="${Title}" />
<Parameter Name="Type" Direction="In" Value="rosterentry" />
<Parameter Name="Zoom" Direction="In" Value="${Zoom}" />
</View>
</Execution>
</Workflow>