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

ActionField1795

Beschrijving: Reset a finished or skipped JobInspectionLine. Custom: Nee

Propertiesbewerken

Property Type Accessor
JobInspectionLine JobInspectionLine Root

XMLbewerken

<Workflow Name="ActionField1795" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Reset a finished or skipped JobInspectionLine.</Description>
	<Properties>
		<Property	Name="JobInspectionLine"	Type="JobInspectionLine"	Accessor="Root"		Direction="In" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

		<WorkflowCall Name="JobInspectionLine_Reset" WorkflowName="JobInspectionLine_Reset">
			<Parameter	Name="JobInspectionLine"	Direction="In"		Value="${JobInspectionLine}" />
		</WorkflowCall>

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