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

ActionField1210

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

Propertiesbewerken

Property Type Accessor
JobExternal JobExternal Root

XMLbewerken

<Workflow Name="ActionField1210" 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 Open (status must be Approved).</Description>
	<Properties>
		<Property	Name="JobExternal"	Type="JobExternal"	Accessor="Root"		Direction="In" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

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

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

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