Categorie: reference
Bijgewerkt: 2026-04-08
actionfield workflow actionfield1878
ActionField1878
Beschrijving: Fill out important details on the root cause analysis (RCA). Custom: Nee
Propertiesbewerken
| Property | Type | Accessor |
|---|---|---|
| RootCauseAnalysis | RootCauseAnalysis | Root |
| EntityName | UltimoString | Required |
XMLbewerken
<Workflow Name="ActionField1878" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
<Description>Fill out important details on the root cause analysis (RCA).</Description>
<Properties>
<Property Name="RootCauseAnalysis" Type="RootCauseAnalysis" Accessor="Root" Direction="In" />
<Property Name="EntityName" Type="UltimoString" Accessor="Required" Direction="In" Comment="Supports Job, Equipment, ProcessFunction and Component" />
</Properties>
<Execution>
<UserContent Name="Pre" />
<Comment><![CDATA[Job, equipment, process function and component are in the group box 'Details' in the root cause analysis screens. ]]></Comment>
<WorkflowCall Name="RootCauseAnalysis_FillOutDetails" WorkflowName="RootCauseAnalysis_FillOutDetails">
<Parameter Name="DetailName" Direction="In" Value="${EntityName}" />
<Parameter Name="RootCauseAnalysis" Direction="In" Value="${RootCauseAnalysis}" />
</WorkflowCall>
<UserContent Name="Post" />
</Execution>
</Workflow>