Categorie: reference
Bijgewerkt: 2026-04-08
actionfield workflow actionfield735
ActionField735
Beschrijving: Set CurrencyRate and ConversionFactor and CalculateAmounts of PurchaseRequestLine. Placed on EdtPchrlVatId and EdtPchrlCurId. Custom: Nee
Propertiesbewerken
| Property | Type | Accessor |
|---|---|---|
| PurchaseRequestLine | PurchaseRequestLine | Root |
XMLbewerken
<Workflow Name="ActionField735" Version="2025.07.28" WorkflowType="Standard" AllowUserInteraction="False" xmlns="urn:Ultimo.Framework.Workflow-mapping">
<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
<Description>Set CurrencyRate and ConversionFactor and CalculateAmounts of PurchaseRequestLine. Placed on EdtPchrlVatId and EdtPchrlCurId.</Description>
<Properties>
<Property Name="PurchaseRequestLine" Type="PurchaseRequestLine" Accessor="Root" Direction="In" />
<Property Name="Factor" Type="Decimal" Accessor="Internal" Default="100" />
</Properties>
<Execution>
<UserContent Name="Pre" />
<Transaction>
<WorkflowCall Name="PurchaseRequestLine_SetCurrencyRateAndConversionFactor_CalculateAmounts" WorkflowName="PurchaseRequestLine_SetCurrencyRateAndConversionFactor_CalculateAmounts">
<Parameter Name="PurchaseRequestLine" Direction="In" Value="${PurchaseRequestLine}" />
</WorkflowCall>
<Command Name="PurchaseRequestLine_SetInternalChargeValues" CommandName="PurchaseRequestLine_SetInternalChargeValues">
<Parameter Name="PurchaseRequestLine" Direction="In" Value="${PurchaseRequestLine}" />
</Command>
</Transaction>
<UserContent Name="Post" />
</Execution>
</Workflow>