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

ActionField1800

Beschrijving: Copy the result from the previous JobInspectionLine from Web. Custom: Nee

Propertiesbewerken

Property Type Accessor
JobInspectionLine JobInspectionLine Root

XMLbewerken

<Workflow Name="ActionField1800" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Copy the result from the previous JobInspectionLine from Web.</Description>
	<Properties>
		<Property	Name="JobInspectionLine"	Type="JobInspectionLine"	Accessor="Root"		Direction="In" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

		<WorkflowCall Name="Copy the result" WorkflowName="JobInspectionLine_CopyPreviousResult">
			<Parameter	Name="CurrentJobInspectionLine"		Direction="In"		Value="${JobInspectionLine}" />
			<Parameter	Name="PreviousJobInspectionLine"	Direction="In"		Value="${JobInspectionLine.PreviousJobInspectionLine}" />
		</WorkflowCall>

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