Categorie: reference
Bijgewerkt: 2026-04-08
actionfield workflow actionfield1883
ActionField1883
Beschrijving: Create a follow-up action from a root cause analysis. Custom: Nee
Propertiesbewerken
| Property | Type | Accessor |
|---|---|---|
| RootCauseAnalysis | RootCauseAnalysis | Root |
| JobContext | Context | Required |
XMLbewerken
<Workflow Name="ActionField1883" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
<Description>Create a follow-up action from a root cause analysis.</Description>
<Properties>
<Property Name="RootCauseAnalysis" Type="RootCauseAnalysis" Accessor="Root" Direction="In" />
<Property Name="JobContext" Type="Context" Accessor="Required" Direction="In" />
<Property Name="FollowUpJob" Type="Job" Accessor="Internal" />
</Properties>
<Execution>
<UserContent Name="Pre" />
<WorkflowCall Name="RootCauseAnalysis_CreateFollowUpJob" WorkflowName="RootCauseAnalysis_CreateFollowUpJob">
<Parameter Name="JobContext" Direction="In" Value="${JobContext}" />
<Parameter Name="RootCauseAnalysis" Direction="In" Value="${RootCauseAnalysis}" />
<Parameter Name="FollowUpJob" Direction="Out" OutputProperty="${FollowUpJob}" />
</WorkflowCall>
<UserContent Name="Post" />
<View Name="Open follow-up action in screen" ViewName="DataEntryScreen">
<Parameter Name="DomainObject" Direction="In" Value="${FollowUpJob}" />
<Parameter Name="FocusEditableField" Direction="In" Value="True" />
</View>
</Execution>
</Workflow>