Categorie: reference
Bijgewerkt: 2026-04-08
actionfield workflow actionfield1768
ActionField1768
Beschrijving: Create a new concept maintenance task and open it in its data entry screen. Custom: Nee
Propertiesbewerken
| Property | Type | Accessor |
|---|---|---|
| ShiftLogbook | ShiftLogbook | Root |
XMLbewerken
<Workflow Name="ActionField1768" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
<Description>Create a new concept maintenance task and open it in its data entry screen.</Description>
<Properties>
<Property Name="ShiftLogbook" Type="ShiftLogbook" Accessor="Root" Direction="In" />
<Property Name="ShiftLogLine" Type="ShiftLogLine" Accessor="Internal" />
</Properties>
<Execution>
<UserContent Name="Pre" />
<Transaction>
<Insert Name="Create a new maintenance task" ObjectType="ShiftLogLine" OutputProperty="${ShiftLogLine}">
<Parameter Name="Context" Direction="In" Value="ShiftLogLineContext.AutonomousMaintenance" />
<Parameter Name="Status" Direction="In" Value="ShiftLogLineStatus.Open" />
<Parameter Name="ShiftLogbook" Direction="In" Value="${ShiftLogbook}" />
</Insert>
</Transaction>
<UserContent Name="Post" />
<View Name="Open the new maintenance task" ViewName="DataEntryScreen">
<Parameter Name="DomainObject" Direction="In" Value="${ShiftLogLine}" />
<Parameter Name="ScreenName" Direction="In" Value="SHLL05" />
</View>
</Execution>
</Workflow>