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

ActionField1060

Beschrijving: Copy sum(ReceivedQuantity), sum(ReturnQuantity) and sum(ReturnToReceiveQuantity) from ObjectBatch naar ReceiptLine. Custom: Nee

Propertiesbewerken

Property Type Accessor
ObjectBatch ObjectBatch Root

XMLbewerken

<Workflow Name="ActionField1060" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Copy sum(ReceivedQuantity), sum(ReturnQuantity) and sum(ReturnToReceiveQuantity) from ObjectBatch naar ReceiptLine.</Description>
	<Properties>
		<Property	Name="ObjectBatch"	Type="ObjectBatch"	Accessor="Root"		Direction="In" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

		<WorkflowCall Name="ActionField1060_ObjectBatch_UpdateDomainObject" WorkflowName="ObjectBatch_UpdateDomainObject">
			<Parameter	Name="ObjectBatch"	Direction="In"		Value="${ObjectBatch}" />
		</WorkflowCall>

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