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

ActionField112

Beschrijving: Approve WarehouseServeOut. Custom: Nee

Propertiesbewerken

Property Type Accessor
WarehouseServeOut WarehouseServeOut Root

XMLbewerken

<Workflow Name="ActionField112" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Approve WarehouseServeOut.</Description>
	<Properties>
		<Property	Name="WarehouseServeOut"	Type="WarehouseServeOut"	Accessor="Root"		Direction="In" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

		<WorkflowCall Name="Validate WarehouseServeOut_Validate" WorkflowName="WarehouseServeOut_Validate">
			<Parameter	Name="WarehouseServeOut"	Direction="In"		Value="${WarehouseServeOut}" />
		</WorkflowCall>

		<Transaction>
			<ChangeStatus Name="Approve WarehouseServeOut" DomainObject="${WarehouseServeOut}" NewStatus="WarehouseServeOutStatus.Approved" />
		</Transaction>

		<UserContent Name="Post" />

		<Message Name="WarehouseServeOutApprovedMessage" MessageCode="0786">
			<Parameter	Name="WarehouseServeOut"	Direction="In"		Value="${WarehouseServeOut}" />
		</Message>
	</Execution>
</Workflow>