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

ActionField995

Beschrijving: Create new ObjectConsiderations from Considerations for this SafetyIncident. Also create InspectionPlan(Lines) for SafetyIncident. Custom: Nee

Propertiesbewerken

Property Type Accessor
SafetyIncident SafetyIncident Root

XMLbewerken

<Workflow Name="ActionField995" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Create new ObjectConsiderations from Considerations for this SafetyIncident. Also create InspectionPlan(Lines) for SafetyIncident.</Description>
	<Properties>
		<Property	Name="SafetyIncident"	Type="SafetyIncident"	Accessor="Root"		Direction="In" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

		<WorkflowCall Name="SafetyIncident_GetObjectConsiderations" WorkflowName="SafetyIncident_GetObjectConsiderations">
			<Parameter	Name="SafetyIncident"	Direction="In"		Value="${SafetyIncident}" />
		</WorkflowCall>

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