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

ActionField1102

Beschrijving: Call CadImportLine_ExecuteRules. Custom: Nee

Propertiesbewerken

Property Type Accessor
CadImportLine CadImportLine Root

XMLbewerken

<Workflow Name="ActionField1102" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Call CadImportLine_ExecuteRules.</Description>
	<Properties>
		<Property	Name="CadImportLine"	Type="CadImportLine"	Accessor="Root"		Direction="In" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

		<WorkflowCall Name="apply the rules to a line of the run" WorkflowName="CadImportLine_ExecuteRules">
			<Parameter	Name="CadImportLine"	Direction="In"		Value="${CadImportLine}" />
		</WorkflowCall>

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