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

ActionField1071

Beschrijving: Create ObjectBatch(es) for this WarehouseServeOutLine (WarehouseMutation). Custom: Nee

Propertiesbewerken

Property Type Accessor
WarehouseServeOutline WarehouseServeOutline Root

XMLbewerken

<Workflow Name="ActionField1071" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Create ObjectBatch(es) for this WarehouseServeOutLine (WarehouseMutation).</Description>
	<Properties>
		<Property	Name="WarehouseServeOutline"	Type="WarehouseServeOutline"	Accessor="Root"		Direction="In" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

		<WorkflowCall Name="ActionField1071_WarehouseServeOutline_CreateObjectBatchForTransfer" WorkflowName="WarehouseServeOutline_CreateObjectBatchForTransfer">
			<Parameter	Name="WarehouseServeOutline"	Direction="In"		Value="${WarehouseServeOutline}" />
		</WorkflowCall>

		<Transaction>
			<WorkflowCall Name="WarehouseServeOutline_CleanUp" WorkflowName="WarehouseServeOutline_CleanUp">
				<Parameter	Name="WarehouseServeOutline"	Direction="In"		Value="${WarehouseServeOutline}" />
			</WorkflowCall>

			<When Name="Check if inventory method" Condition="${WarehouseServeOutline.Article.InventoryMethod?} == Empty">
				<WorkflowCall Name="ActionField1006_WarehouseServeOutline_SetWareHouseLocations" WorkflowName="WarehouseServeOutline_SetWareHouseLocations">
					<Parameter	Name="WarehouseServeOutline"	Direction="In"		Value="${WarehouseServeOutline}" />
				</WorkflowCall>
			</When>
		</Transaction>

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