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

ActionField1733

Beschrijving: (Un)link AcceptanceStatement and JobInspectionLine based on EquipmentType.InspectionPlan and EquipmentType.ExcludeFromAcceptanceRequired on Report jobs afterwards. Custom: Nee

Propertiesbewerken

Property Type Accessor
Job Job Root

XMLbewerken

<Workflow Name="ActionField1733" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>(Un)link AcceptanceStatement and JobInspectionLine based on EquipmentType.InspectionPlan and EquipmentType.ExcludeFromAcceptanceRequired on Report jobs afterwards.</Description>
	<Properties>
		<Property	Name="Job"	Type="Job"	Accessor="Root"		Direction="In" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

		<Comment><![CDATA[	If the job is already activated, copy checklist (InspectionPlanLines of the InspectionPlan linked to EquipmentType to JobInspectionLine).
							The current checklist is deleted and re-added in Job_PreActivate.cs, so adding checklist before status Active is not useful. ]]></Comment>

		<WorkflowCall Name="Create Check List Acceptation" WorkflowName="Job_CreateCheckListAcceptation">
			<Parameter	Name="Job"	Direction="In"		Value="${Job}" />
		</WorkflowCall>

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