Categorie: reference
Bijgewerkt: 2026-04-08
actionfield workflow actionfield042
ActionField042
Beschrijving: Reopen week in hourregistration for Employee (from status Approved). EmployeeLabourDatelines for this employee/week without a start time will be deleted. Custom: Nee
Propertiesbewerken
| Property | Type | Accessor |
|---|---|---|
| EmployeeLabour | EmployeeLabour | Root |
XMLbewerken
<Workflow Name="ActionField042" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
<Description>Reopen week in hourregistration for Employee (from status Approved). EmployeeLabourDatelines for this employee/week without a start time will be deleted.</Description>
<Properties>
<Property Name="EmployeeLabour" Type="EmployeeLabour" Accessor="Root" Direction="In" />
</Properties>
<Execution>
<UserContent Name="Pre" />
<Validation Name="Check status" Condition="${EmployeeLabour.Status} == EmployeeLabourStatus.Approved" MessageCode="0437">
<Parameter Name="EmployeeLabour" Direction="In" Value="${EmployeeLabour}" />
</Validation>
<Transaction>
<WorkflowCall Name="Reopen week" WorkflowName="EmployeeLabour_ReopenWeek">
<Parameter Name="EmployeeLabour" Direction="In" Value="${EmployeeLabour}" />
</WorkflowCall>
</Transaction>
<UserContent Name="Post" />
<Message Name="ummEMPLABOURWEEKRECREAT" MessageCode="0500">
<Parameter Name="EmployeeLabour" Direction="In" Value="${EmployeeLabour}" />
</Message>
</Execution>
</Workflow>