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

ActionField1209

Beschrijving: Change status of JobExternal to Approved (status must be Open). Custom: Nee

Propertiesbewerken

Property Type Accessor
JobExternal JobExternal Root

XMLbewerken

<Workflow Name="ActionField1209" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Change status of JobExternal to Approved (status must be Open).</Description>
	<Properties>
		<Property	Name="JobExternal"	Type="JobExternal"	Accessor="Root"		Direction="In" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

		<Transaction>
			<Validation Name="JobExternal Is Approved" Condition="${JobExternal.Status} == JobExternalStatus.Open" MessageCode="2565">
				<Parameter	Name="JobExternal"	Direction="In"		Value="${JobExternal}" />
			</Validation>

			<ChangeStatus Name="JobExternal" DomainObject="${JobExternal}" NewStatus="JobExternalStatus.Approved" />
		</Transaction>

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