Categorie: reference
Bijgewerkt: 2026-04-08
actionfield workflow actionfield482
ActionField482
Beschrijving: Change status of EmployeeLabourDateline to Created. Custom: Nee
Propertiesbewerken
| Property | Type | Accessor |
|---|---|---|
| EmployeeLabourDateline | EmployeeLabourDateline | Root |
XMLbewerken
<Workflow Name="ActionField482" 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 Created.</Description>
<Properties>
<Property Name="EmployeeLabourDateline" Type="EmployeeLabourDateline" Accessor="Root" Direction="In" />
</Properties>
<Execution>
<UserContent Name="Pre" />
<Transaction>
<ChangeStatus Name="Reopen EmployeeLabourDateline" DomainObject="${EmployeeLabourDateline}" NewStatus="EmployeeLabourDatelineStatus.Created" />
</Transaction>
<UserContent Name="Post" />
</Execution>
</Workflow>