Categorie: reference
Bijgewerkt: 2026-04-08
actionfield workflow actionfield480
ActionField480
Beschrijving: Change status of EmployeeLabourLine to Created. Custom: Nee
Propertiesbewerken
| Property | Type | Accessor |
|---|---|---|
| EmployeeLabourLine | EmployeeLabourLine | Root |
XMLbewerken
<Workflow Name="ActionField480" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
<Description>Change status of EmployeeLabourLine to Created.</Description>
<Properties>
<Property Name="EmployeeLabourLine" Type="EmployeeLabourLine" Accessor="Root" Direction="In" />
<Property Name="Status" Type="Status" Accessor="Internal" Default="EmployeeLabourLineStatus.Created" />
</Properties>
<Execution>
<UserContent Name="Pre" />
<Transaction>
<ChangeStatus Name="Reopen EmployeeLabourLine" DomainObject="${EmployeeLabourLine}" NewStatus="${Status}" />
</Transaction>
<UserContent Name="Post" />
</Execution>
</Workflow>