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

ActionField1258

Beschrijving: Set values which will be used in internal charge of JobExternal. Custom: Nee

Propertiesbewerken

Property Type Accessor
JobExternal JobExternal Root
RecalculateInvoiceCostOnPrecalculation Boolean Optional

XMLbewerken

<Workflow Name="ActionField1258" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Set values which will be used in internal charge of JobExternal.</Description>
	<Properties>
		<Property	Name="JobExternal"								Type="JobExternal"	Accessor="Root"		Direction="In" />

		<Property	Name="RecalculateInvoiceCostOnPrecalculation"	Type="Boolean"		Accessor="Optional"	Direction="In"		Default="False"	Comment="Recalculate Invoice costs" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

		<Transaction>
			<Command Name="JobExternal_SetInternalChargeValues" CommandName="JobExternal_SetInternalChargeValues">
				<Parameter	Name="JobExternal"								Direction="In"		Value="${JobExternal}" />
				<Parameter	Name="RecalculateInvoiceCostOnPrecalculation"	Direction="In"		Value="${RecalculateInvoiceCostOnPrecalculation}" />
			</Command>
		</Transaction>

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