Categorie: reference
Bijgewerkt: 2026-04-08
actionfield workflow actionfield568
ActionField568
Beschrijving: Change status ReservationLines linked to ReservationOccurrence to Processed. Process a ReservationOccurrence. Custom: Nee
Propertiesbewerken
| Property | Type | Accessor |
|---|---|---|
| ReservationOccurrence | ReservationOccurrence | Root |
XMLbewerken
<Workflow Name="ActionField568" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
<Description>Change status ReservationLines linked to ReservationOccurrence to Processed. Process a ReservationOccurrence.</Description>
<Properties>
<Property Name="ReservationOccurrence" Type="ReservationOccurrence" Accessor="Root" Direction="In" />
</Properties>
<Execution>
<UserContent Name="Pre" />
<WorkflowCall Name="Process Occurrence" WorkflowName="ReservationOccurrence_Process">
<Parameter Name="ReservationOccurrence" Direction="In" Value="${ReservationOccurrence}" />
</WorkflowCall>
<UserContent Name="Post" />
</Execution>
</Workflow>