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

ActionField1884

Beschrijving: Create root cause analysis for equipment. Custom: Nee

Propertiesbewerken

Property Type Accessor
Equipment Equipment Root

XMLbewerken

<Workflow Name="ActionField1884" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Create root cause analysis for equipment.</Description>
	<Properties>
		<Property	Name="Equipment"			Type="Equipment"			Accessor="Root"		Direction="In" />

		<Property	Name="RootCauseAnalysis"	Type="RootCauseAnalysis"	Accessor="Internal" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

		<Transaction>
			<WorkflowCall Name="Equipment_CreateRootCauseAnalysis" WorkflowName="Equipment_CreateRootCauseAnalysis">
				<Parameter	Name="Equipment"			Direction="In"		Value="${Equipment}" />
				<Parameter	Name="RootCauseAnalysis"	Direction="Out"								OutputProperty="${RootCauseAnalysis}" />
			</WorkflowCall>
		</Transaction>

		<UserContent Name="Post" />

		<View Name="OpenScreen" ViewName="DataEntryScreen">
			<Parameter	Name="DomainObject"	Direction="In"		Value="${RootCauseAnalysis}" />
		</View>
	</Execution>
</Workflow>