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

ActionField1063

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

Propertiesbewerken

Property Type Accessor
WarehouseServeOutline WarehouseServeOutline Root

XMLbewerken

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

		<Property	Name="WarehouseServeOut"		Type="WarehouseServeOut"		Accessor="Internal"						Default="${WarehouseServeOutline.Id.WarehouseServeOut}" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

		<Transaction>
			<When Name="Name" Condition="${WarehouseServeOutline.Id.WarehouseServeOut.Job?} == Empty || (${WarehouseServeOutline.Id.WarehouseServeOut.Job.Charge} != Skip &amp;&amp; ${WarehouseServeOutline.Id.WarehouseServeOut.Job.InternalChargeMethod.ForMaterials?} == InvoiceActualCost)">
				<Assign Name="Update InvoiceQuantity" Property="${WarehouseServeOutline.InvoiceQuantity}" Value="=${WarehouseServeOutline.QuantityOut} - ${WarehouseServeOutline.QuantityIn}" Comment="This assign simulates a copyrule and therefore there is a transaction" />
			</When>
		</Transaction>

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

		<Transaction>
			<Command Name="WarehouseServeOutline_SetInternalChargeValues" CommandName="WarehouseServeOutline_SetInternalChargeValues">
				<Parameter	Name="WarehouseServeOutline"	Direction="In"		Value="${WarehouseServeOutline}" />
			</Command>
		</Transaction>

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