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

ActionField789

Beschrijving: Update Leave (TimeReservation) for Employee based on EmployeeLabourDateline. Custom: Nee

Propertiesbewerken

Property Type Accessor
EmployeeLabourDateline EmployeeLabourDateline Root

XMLbewerken

<Workflow Name="ActionField789" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Update Leave (TimeReservation) for Employee based on EmployeeLabourDateline.</Description>
	<Properties>
		<Property	Name="EmployeeLabourDateline"	Type="EmployeeLabourDateline"	Accessor="Root"		Direction="In" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

		<ContinuationQuestion Name="AreYouSure?" MessageCode="1588">
			<Parameter	Name="EmployeeLabourDateline"	Direction="In"		Value="${EmployeeLabourDateline}" />
		</ContinuationQuestion>

		<WorkflowCall Name="TimeReservation_UpdateLeaveForEmployee" WorkflowName="TimeReservation_UpdateLeaveForEmployee">
			<Parameter	Name="TimeReservation"	Direction="In"		Value="${EmployeeLabourDateline.TimeReservation}" />
		</WorkflowCall>

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