Categorie: reference Bijgewerkt: 2026-04-08 actionfield workflow actionfield566

ActionField566

Beschrijving: Change status of ReservationLine to Reserved when ReservableObject is available, Otherwise change status of ReservationLine to Conflict. When Setting ProcessManually is False change status to Processed. Custom: Nee

Propertiesbewerken

Property Type Accessor
ReservationLine ReservationLine Root

XMLbewerken

<Workflow Name="ActionField566" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Change status of ReservationLine to Reserved when ReservableObject is available, Otherwise change status of ReservationLine to Conflict. When Setting ProcessManually is False change status to Processed.</Description>
	<Properties>
		<Property	Name="ReservationLine"	Type="ReservationLine"	Accessor="Root"		Direction="In" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

		<WorkflowCall Name="Request reservationline" WorkflowName="ReservationLine_Request">
			<Parameter	Name="ReservationLine"	Direction="In"		Value="${ReservationLine}" />
		</WorkflowCall>

		<UserContent Name="Post" />
	</Execution>
</Workflow>