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

ActionField1901

Beschrijving: Set the default last-minute risk assessment. Custom: Nee

Propertiesbewerken

Property Type Accessor
LastMinuteRiskAssessment InspectionPlan Root

XMLbewerken

<Workflow Name="ActionField1901" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Set the default last-minute risk assessment.</Description>
	<Properties>
		<Property	Name="LastMinuteRiskAssessment"	Type="InspectionPlan"	Accessor="Root"		Direction="In" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

		<WorkflowCall Name="Set the default LMRA" WorkflowName="InspectionPlan_SetDefaultLastMinuteRiskAssessment">
			<Parameter	Name="LastMinuteRiskAssessment"	Direction="In"		Value="${LastMinuteRiskAssessment}" />
		</WorkflowCall>

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