Categorie: reference
Bijgewerkt: 2026-04-08
actionfield workflow actionfield126
ActionField126
Beschrijving: Change status of WorkOrderScheduleJob. The new status can be selected in a dialog. Custom: Nee
Propertiesbewerken
| Property | Type | Accessor |
|---|---|---|
| WorkOrderScheduleJob | WorkOrderScheduleJob | Root |
XMLbewerken
<Workflow Name="ActionField126" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
<Description>Change status of WorkOrderScheduleJob. The new status can be selected in a dialog.</Description>
<Properties>
<Property Name="WorkOrderScheduleJob" Type="WorkOrderScheduleJob" Accessor="Root" Direction="In" />
<Property Name="NewStatus" Type="Status" Accessor="Internal" />
</Properties>
<Execution>
<UserContent Name="Pre" />
<WorkflowCall Name="Choose ScheduledJob status" WorkflowName="Dialog_ChooseStatus">
<Parameter Name="DomainObject" Direction="In" Value="${WorkOrderScheduleJob.Id.Job}" />
<Parameter Name="UseCurrentStatus" Direction="In" Value="True" />
<Parameter Name="Status" Direction="Out" OutputProperty="${NewStatus}" />
</WorkflowCall>
<Transaction>
<Command Name="WorkOrderScheduleJob_ChangeStatusTo" CommandName="WorkOrderScheduleJob_ChangeStatusTo">
<Parameter Name="NewStatus" Direction="In" Value="${NewStatus}" />
<Parameter Name="WorkOrderScheduleJob" Direction="In" Value="${WorkOrderScheduleJob}" />
</Command>
</Transaction>
<UserContent Name="Post" />
</Execution>
</Workflow>