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

ActionField1094

Beschrijving: Update ReceiptLine.ReturnedQuantity with ArticleWarehouseLocation Quantities. Custom: Nee

Propertiesbewerken

Property Type Accessor
ReceiptLine ReceiptLine Root

XMLbewerken

<Workflow Name="ActionField1094" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Update ReceiptLine.ReturnedQuantity with ArticleWarehouseLocation Quantities.</Description>
	<Properties>
		<Property	Name="ReceiptLine"	Type="ReceiptLine"	Accessor="Root"		Direction="In" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

		<When Name="Check if not inventory method and QuantityOut != 0" Condition="${ReceiptLine.Article.InventoryMethod?} == Empty &amp;&amp; ${ReceiptLine.ReturnedQuantity} &gt; 0 ">
			<WorkflowCall Name="ActionField1094_ReceiptLine_CheckQuantityArticleWarehouseLocation" WorkflowName="ReceiptLine_CheckQuantityOutArticleWarehouseLocation">
				<Parameter	Name="ReceiptLine"					Direction="In"		Value="${ReceiptLine}" />
				<Parameter	Name="ReturnedQuantity"				Direction="In"		Value="True" />
				<Parameter	Name="ReturnedToReceiveQuantity"	Direction="In"		Value="False" />
			</WorkflowCall>
		</When>

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