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

ActionField956

Beschrijving: Calculate totals (Price, TotalPrice, etc.) of InvoiceLine. Custom: Nee

Propertiesbewerken

Property Type Accessor
InvoiceLine InvoiceLine Root

XMLbewerken

<Workflow Name="ActionField956" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Calculate totals (Price, TotalPrice, etc.) of InvoiceLine.</Description>
	<Properties>
		<Property	Name="InvoiceLine"	Type="InvoiceLine"	Accessor="Root"		Direction="In" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

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

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