Categorie: reference
Bijgewerkt: 2026-04-08
actionfield workflow actionfield481
ActionField481
Beschrijving: Change status of EmployeeLabourDateline to status indicated in Property (default Approved). Custom: Nee
Propertiesbewerken
| Property | Type | Accessor |
|---|---|---|
| EmployeeLabourLine | EmployeeLabourLine | Root |
XMLbewerken
<Workflow Name="ActionField481" 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 status indicated in Property (default Approved).</Description>
<Properties>
<Property Name="EmployeeLabourLine" Type="EmployeeLabourLine" Accessor="Root" Direction="In" />
<Property Name="Status" Type="Status" Accessor="Internal" Default="EmployeeLabourLineStatus.Approved" Comment="Change status of EmployeeLabourDateline to this status" />
</Properties>
<Execution>
<UserContent Name="Pre" />
<Transaction>
<ChangeStatus Name="Approve EmployeeLabourLine" DomainObject="${EmployeeLabourLine}" NewStatus="${Status}" />
</Transaction>
<UserContent Name="Post" />
</Execution>
</Workflow>