Categorie: reference
Bijgewerkt: 2026-04-08
actionfield workflow actionfield790
ActionField790
Beschrijving: Delete Leave (TimeReservation) for Employee based on EmployeeLabourDateline. Custom: Nee
Propertiesbewerken
| Property | Type | Accessor |
|---|---|---|
| EmployeeLabourDateline | EmployeeLabourDateline | Root |
XMLbewerken
<Workflow Name="ActionField790" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
<Description>Delete Leave (TimeReservation) for Employee based on EmployeeLabourDateline.</Description>
<Properties>
<Property Name="EmployeeLabourDateline" Type="EmployeeLabourDateline" Accessor="Root" Direction="In" />
<Property Name="TimeReservation" Type="TimeReservation" Accessor="Internal" />
</Properties>
<Execution>
<UserContent Name="Pre" />
<ContinuationQuestion Name="AreYouSure?" MessageCode="1589">
<Parameter Name="EmployeeLabourDateline" Direction="In" Value="${EmployeeLabourDateline}" />
</ContinuationQuestion>
<WorkflowCall Name="TimeReservation_DeleteLeaveForEmployee" WorkflowName="TimeReservation_DeleteLeaveForEmployee">
<Parameter Name="TimeReservation" Direction="In" Value="${EmployeeLabourDateline.TimeReservation}" />
</WorkflowCall>
<UserContent Name="Post" />
</Execution>
</Workflow>