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

ActionField1876

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

Propertiesbewerken

Property Type Accessor
Job Job Root

XMLbewerken

<Workflow Name="ActionField1876" 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 job.</Description>
	<Properties>
		<Property	Name="Job"					Type="Job"					Accessor="Root"		Direction="In" />

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

		<WorkflowCall Name="Job_CreateRootCauseAnalysis" WorkflowName="Job_CreateRootCauseAnalysis">
			<Parameter	Name="Job"					Direction="In"		Value="${Job}" />
			<Parameter	Name="RootCauseAnalysis"	Direction="Out"						OutputProperty="${RootCauseAnalysis}" />
		</WorkflowCall>

		<UserContent Name="Post" />

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