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

ActionField1565

Beschrijving: Import a CAD document for the DocumentCadImportProfile. Custom: Nee

Propertiesbewerken

Property Type Accessor
DocumentCadImportProfile DocumentCadImportProfile Root

XMLbewerken

<Workflow Name="ActionField1565" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Import a CAD document for the DocumentCadImportProfile.</Description>
	<Properties>
		<Property	Name="DocumentCadImportProfile"	Type="DocumentCadImportProfile"	Accessor="Root"		Direction="In" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

		<WorkflowCall Name="Run CAD import for single Object profile" WorkflowName="Document_CadImportForSingleProfile">
			<Parameter	Name="CadDocument"		Direction="In"		Value="${DocumentCadImportProfile.Id.Document}" />
			<Parameter	Name="CadImportProfile"	Direction="In"		Value="${DocumentCadImportProfile.Id.CadImportProfile}" />
		</WorkflowCall>

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