Categorie: reference Bijgewerkt: 2026-04-08 actionfield workflow actionfield1917

ActionField1917

Beschrijving: Open the explorer showing only the selected root cause analysis and its child nodes. Custom: Nee

Propertiesbewerken

Property Type Accessor
RootCauseAnalysis RootCauseAnalysis Root

XMLbewerken

<Workflow Name="ActionField1917" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Open the explorer showing only the selected root cause analysis and its child nodes.</Description>
	<Properties>
		<Property	Name="RootCauseAnalysis"	Type="RootCauseAnalysis"	Accessor="Root"		Direction="In" />

		<Property	Name="ApplicationElementId"	Type="String"				Accessor="Internal"						Default="141dc9ce-5360-4296-88cd-d371b4ca83ec" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

		<WorkflowCall Name="Open RCA in the explorer view" WorkflowName="DomainObject_ShowInExplorer">
			<Parameter	Name="ApplicationElementId"	Direction="In"		Value="${ApplicationElementId}" />
			<Parameter	Name="DomainObject"			Direction="In"		Value="${RootCauseAnalysis}" />
			<Parameter	Name="ExpandAll"			Direction="In"		Value="True" />
			<Parameter	Name="ShowOnlySelectedItem"	Direction="In"		Value="True" />
		</WorkflowCall>

		<UserContent Name="Post" />
	</Execution>
</Workflow>