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

ActionField1076

Beschrijving: Copy sum(QuantityOut) from ObjectBatch naar PickListLine. Custom: Nee

Propertiesbewerken

Property Type Accessor
ObjectBatch ObjectBatch Root

XMLbewerken

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

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

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