Categorie: reference
Bijgewerkt: 2026-04-08
actionfield workflow actionfield1180
ActionField1180
Beschrijving: Open Stop Planner from screen for this Project. Custom: Nee
Propertiesbewerken
| Property | Type | Accessor |
|---|---|---|
| Project | Project | Root |
| GanttTitle | UltimoString | Optional |
| JobSqlFilter | UltimoString | Optional |
| ReadOnly | Boolean | Optional |
| SelectionListConfiguration | String | Optional |
| ShowIconForDocument | Boolean | Optional |
| ShowIconForMaterial | Boolean | Optional |
| ShowIconForPurchaseRequestLine | Boolean | Optional |
| ShowIconForTool | Boolean | Optional |
| StopExpandLevel | StopExpandLevel | Optional |
| ViewPreset | UltimoString | Optional |
XMLbewerken
<Workflow Name="ActionField1180" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
<Description>Open Stop Planner from screen for this Project.</Description>
<Properties>
<Property Name="Project" Type="Project" Accessor="Root" Direction="In" />
<Property Name="GanttTitle" Type="UltimoString" Accessor="Optional" Direction="In" Comment="Title for the Gantt view" />
<Property Name="JobSqlFilter" Type="UltimoString" Accessor="Optional" Direction="In" Comment="Show only Jobs with this filter" />
<Property Name="ReadOnly" Type="Boolean" Accessor="Optional" Direction="In" Default="False" Comment="Set Gantt view to readonly" />
<Property Name="SelectionListConfiguration" Type="String" Accessor="Optional" Direction="In" Default="Stopplanner" Comment="Projects in grid are shown with this SelectionListConfiguration. Default is 'Stopplanner'" />
<Property Name="ShowIconForDocument" Type="Boolean" Accessor="Optional" Direction="In" Default="False" Comment="Check whether Job has Documents" />
<Property Name="ShowIconForMaterial" Type="Boolean" Accessor="Optional" Direction="In" Default="False" Comment="Check whether Job has Materials" />
<Property Name="ShowIconForPurchaseRequestLine" Type="Boolean" Accessor="Optional" Direction="In" Default="False" Comment="Check whether Job has PurchaseRequestLines" />
<Property Name="ShowIconForTool" Type="Boolean" Accessor="Optional" Direction="In" Default="False" Comment="Check whether Job has Tools" />
<Property Name="StopExpandLevel" Type="StopExpandLevel" Accessor="Optional" Direction="In" Default="WorkOrder" Comment="ExpandLevel for the Gantt view. Accepted values: [Collapsed | WorkOrder | Job]" />
<Property Name="ViewPreset" Type="UltimoString" Accessor="Optional" Direction="In" Comment="ViewPreset for the Gantt view. Accepted values: [minuteAndHour | dayAndWeek | weekAndDay | weekAndMonth | monthAndYear | year | weekAndDayLetter | weekDateAndMonth]" />
</Properties>
<Execution>
<UserContent Name="Pre" />
<UserContent Name="Post" />
<View Name="Open stopplanner" ViewName="Gantt">
<Parameter Name="Action" Direction="In" Value="GetStop" />
<Parameter Name="Id" Direction="In" Value="${Project.Id}" />
<Parameter Name="JobSqlFilter" Direction="In" Value="${JobSqlFilter}" />
<Parameter Name="ReadOnly" Direction="In" Value="${ReadOnly}" />
<Parameter Name="SelectionListConfiguration" Direction="In" Value="${SelectionListConfiguration}" />
<Parameter Name="ShowIconForDocument" Direction="In" Value="${ShowIconForDocument}" />
<Parameter Name="ShowIconForMaterial" Direction="In" Value="${ShowIconForMaterial}" />
<Parameter Name="ShowIconForPurchaseRequestLine" Direction="In" Value="${ShowIconForPurchaseRequestLine}" />
<Parameter Name="ShowIconForTool" Direction="In" Value="${ShowIconForTool}" />
<Parameter Name="StopExpandLevel" Direction="In" Value="${StopExpandLevel}" />
<Parameter Name="Title" Direction="In" Value="${GanttTitle}" />
<Parameter Name="Type" Direction="In" Value="Stop" />
<Parameter Name="ViewPreset" Direction="In" Value="${ViewPreset}" />
</View>
</Execution>
</Workflow>