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

ActionField1101

Beschrijving: Call CadImportRun_ExecuteRules. Custom: Nee

Propertiesbewerken

Property Type Accessor
CadImportRun CadImportRun Root

XMLbewerken

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

		<WorkflowCall Name="apply rules to run" WorkflowName="CadImportRun_ExecuteRules">
			<Parameter	Name="CadImportRun"	Direction="In"		Value="${CadImportRun}" />
		</WorkflowCall>

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