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

ActionField1777

Beschrijving: Set the invoice cost and quantity for internal charging. Custom: Nee

Propertiesbewerken

Property Type Accessor
WarehouseServeOut WarehouseServeOut Root

XMLbewerken

<Workflow Name="ActionField1777" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Set the invoice cost and quantity for internal charging.</Description>
	<Properties>
		<Property	Name="WarehouseServeOut"	Type="WarehouseServeOut"	Accessor="Root"		Direction="In" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

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

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