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

ActionField1809

Beschrijving: Update sort order (Point) on this inspection line and all of its siblings, if needed. Fires after the order is changed on the current line. Custom: Nee

Propertiesbewerken

Property Type Accessor
InspectionLine DomainObject Root

XMLbewerken

<Workflow Name="ActionField1809" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Update sort order (Point) on this inspection line and all of its siblings, if needed. Fires after the order is changed on the current line.</Description>
	<Properties>
		<Property	Name="InspectionLine"	Type="DomainObject"	Accessor="Root"		Direction="In"		Comment="JobPlanInspectionLine/PmJobInspectionLine/JobInspectionLine" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

		<WorkflowCall Name="Cal WF to update Order (Point) on inspection line" WorkflowName="DomainObject_UpdateSortOrderOnThisLineAndItsSiblings">
			<Parameter	Name="DomainObject"	Direction="In"		Value="${InspectionLine}" />
		</WorkflowCall>

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