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

ActionField1049

Beschrijving: Copy CostCarriers from Equipment or ProcessFunction to InvoiceLine. Custom: Nee

Propertiesbewerken

Property Type Accessor
InvoiceLine InvoiceLine Root

XMLbewerken

<Workflow Name="ActionField1049" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Copy CostCarriers from Equipment or ProcessFunction to InvoiceLine.</Description>
	<Properties>
		<Property	Name="InvoiceLine"	Type="InvoiceLine"	Accessor="Root"		Direction="In" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

		<Transaction>
			<Command Name="CalculateTotals" CommandName="InvoiceLine_CalculateTotals">
				<Parameter	Name="InvoiceLine"	Direction="In"		Value="${InvoiceLine}" />
			</Command>

			<Command Name="CalculateInvoiceCost" CommandName="InvoiceLine_SetInternalChargeValues">
				<Parameter	Name="InvoiceLine"	Direction="In"		Value="${InvoiceLine}" />
			</Command>

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

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