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

ActionField1888

Beschrijving: Create a modification from a root cause analysis. Custom: Nee

Propertiesbewerken

Property Type Accessor
RootCauseAnalysis RootCauseAnalysis Root
Change Change Optional

XMLbewerken

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

		<Property	Name="Change"				Type="Change"				Accessor="Optional"	Direction="Out" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

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

		<UserContent Name="Post" />

		<View Name="Open modification in screen" ViewName="DataEntryScreen">
			<Parameter	Name="DomainObject"			Direction="In"		Value="${Change}" />
			<Parameter	Name="FocusEditableField"	Direction="In"		Value="True" />
		</View>
	</Execution>
</Workflow>