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

ActionField1668

Beschrijving: Copy CostType Custom: Nee

Propertiesbewerken

Property Type Accessor
JobExternal JobExternal Root

XMLbewerken

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

		<Transaction>
			<Assign Property="${JobExternal.CostType}" Value="${JobExternal.External.CostType?}" />
		</Transaction>

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