Categorie: reference
Bijgewerkt: 2026-04-08
actionfield workflow actionfield1922
ActionField1922
Beschrijving: Create a new why (CausalFactor) from RCA. Custom: Nee
Propertiesbewerken
| Property | Type | Accessor |
|---|---|---|
| RootCauseAnalysis | RootCauseAnalysis | Root |
XMLbewerken
<Workflow Name="ActionField1922" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
<Description>Create a new why (CausalFactor) from RCA.</Description>
<Properties>
<Property Name="RootCauseAnalysis" Type="RootCauseAnalysis" Accessor="Root" Direction="In" />
<Property Name="DialogTitleCode" Type="String" Accessor="Internal" Default="CREATE_WHY" />
</Properties>
<Execution>
<UserContent Name="Pre" />
<WorkflowCall Name="Create new why for the RCA" WorkflowName="DomainObject_CreateCausalFactor">
<Parameter Name="DialogTitleCode" Direction="In" Value="${DialogTitleCode}" />
<Parameter Name="DomainObject" Direction="In" Value="${RootCauseAnalysis}" />
</WorkflowCall>
<UserContent Name="Post" />
</Execution>
</Workflow>