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

ActionField1674

Beschrijving: Change image file for a PlotPlan, keeping the old version by forcing a new file name for the new image Custom: Nee

Propertiesbewerken

Property Type Accessor
PlotPlan PlotPlan Root

XMLbewerken

<Workflow Name="ActionField1674" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Change image file for a PlotPlan, keeping the old version by forcing a new file name for the new image</Description>
	<Properties>
		<Property	Name="PlotPlan"	Type="PlotPlan"	Accessor="Root"		Direction="In" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

		<WorkflowCall Name="ObjectImage_Change" WorkflowName="ObjectImage_Change">
			<Parameter	Name="DomainObject"					Direction="In"		Value="${PlotPlan}" />
			<Parameter	Name="KeepOldVersion"				Direction="In"		Value="True" />
			<Parameter	Name="ObjectImageFileColumnName"	Direction="In"		Value="PpImageFile" />
		</WorkflowCall>

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