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

ActionField1576

Beschrijving: Recalculate the Prices of PmJobPurchaseRequestLine Custom: Nee

Propertiesbewerken

Property Type Accessor
PmJobPurchaseRequestLine PmJobPurchaseRequestLine Root

XMLbewerken

<Workflow Name="ActionField1576" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Recalculate the Prices of PmJobPurchaseRequestLine</Description>
	<Properties>
		<Property	Name="PmJobPurchaseRequestLine"	Type="PmJobPurchaseRequestLine"	Accessor="Root"		Direction="In" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

		<Transaction>
			<Command Name="FindExchangeRate" CommandName="FindExchangeRate">
				<Parameter	Name="CounterCurrency"	Direction="In"		Value="${PmJobPurchaseRequestLine.Currency}" />
				<Parameter	Name="Date"				Direction="In"		Value="#{Environment.CurrentDateTime}" />
				<Parameter	Name="ConversionFactor"	Direction="Out"														OutputProperty="${PmJobPurchaseRequestLine.CurrencyConversionFactor}" />
				<Parameter	Name="Rate"				Direction="Out"														OutputProperty="${PmJobPurchaseRequestLine.CurrencyRate}" />
			</Command>

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

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