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

ActionField965

Beschrijving: Initialize a Change by adding Considerations, InspectionLines, ConfirmationRequests and RiskAnalyses. Custom: Nee

Propertiesbewerken

Property Type Accessor
Change Change Root

XMLbewerken

<Workflow Name="ActionField965" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Initialize a Change by adding Considerations, InspectionLines, ConfirmationRequests and RiskAnalyses.</Description>
	<Properties>
		<Property	Name="Change"	Type="Change"	Accessor="Root"		Direction="In" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

		<WorkflowCall Name="call Change_Initialize" WorkflowName="Change_Initialize">
			<Parameter	Name="Change"	Direction="In"		Value="${Change}" />
		</WorkflowCall>

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