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

ActionField483

Beschrijving: Change status of EmployeeLabourDateline to Approved. Custom: Nee

Propertiesbewerken

Property Type Accessor
EmployeeLabourDateline EmployeeLabourDateline Root

XMLbewerken

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

		<Transaction>
			<ChangeStatus Name="Approve EmployeeLabourDateline" DomainObject="${EmployeeLabourDateline}" NewStatus="EmployeeLabourDatelineStatus.Approved" />
		</Transaction>

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