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

ActionField1697

Beschrijving: Calculate Cost1 based on Quantity*UnitPrice Custom: Nee

Propertiesbewerken

Property Type Accessor
ObjectServiceContract ObjectServiceContract Root

XMLbewerken

<Workflow Name="ActionField1697" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Calculate Cost1 based on Quantity*UnitPrice</Description>
	<Properties>
		<Property	Name="ObjectServiceContract"	Type="ObjectServiceContract"	Accessor="Root"		Direction="In" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

		<Transaction>
			<Assign Name="Calculate cost" Property="${ObjectServiceContract.Cost1}" Value="=${ObjectServiceContract.Quantity} * ${ObjectServiceContract.UnitPrice}" />
		</Transaction>

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