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

ActionField1577

Beschrijving: Recalculate the Prices of PmJobPurchaseRequestLine Custom: Nee

Propertiesbewerken

Property Type Accessor
JobPlanPurchaseRequestLine JobPlanPurchaseRequestLine Root

XMLbewerken

<Workflow Name="ActionField1577" 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="JobPlanPurchaseRequestLine"	Type="JobPlanPurchaseRequestLine"	Accessor="Root"		Direction="In" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

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

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

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