Categorie: reference
Bijgewerkt: 2026-04-08
actionfield workflow actionfield069
ActionField069
Beschrijving: Change status on JobWeekLabour. New status is asked using a dialog. Custom: Nee
Propertiesbewerken
| Property | Type | Accessor |
|---|---|---|
| JobWeekLabour | JobWeekLabour | Root |
XMLbewerken
<Workflow Name="ActionField069" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
<Description>Change status on JobWeekLabour. New status is asked using a dialog.</Description>
<Properties>
<Property Name="JobWeekLabour" Type="JobWeekLabour" Accessor="Root" Direction="In" />
<Property Name="JobWeekLabourStatus" Type="Status" Accessor="Internal" />
</Properties>
<Execution>
<UserContent Name="Pre" />
<Validation Name="Status OK?" Condition="${JobWeekLabour.Status} != JobWeekLabourStatus.Invoiced" MessageCode="0893" />
<WorkflowCall Name="Choose jobweeklabour status" WorkflowName="Dialog_ChooseStatus">
<Parameter Name="DomainObject" Direction="In" Value="${JobWeekLabour}" />
<Parameter Name="Status" Direction="Out" OutputProperty="${JobWeekLabourStatus}" />
</WorkflowCall>
<UserContent Name="AfterDialog" />
<Transaction>
<ChangeStatus Name="Change JobWeekLabourStatus" DomainObject="${JobWeekLabour}" NewStatus="${JobWeekLabourStatus}" />
</Transaction>
<UserContent Name="Post" />
<Message Name="ummINVOICEOUTLINE_STATUSCHANGED" MessageCode="0894" />
</Execution>
</Workflow>