Categorie: reference
Bijgewerkt: 2026-04-08
actionfield workflow actionfield539
ActionField539
Beschrijving: Set CurrencyDate of Currency to CurrentDateTime. Custom: Nee
Propertiesbewerken
| Property | Type | Accessor |
|---|---|---|
| Currency | Currency | Root |
XMLbewerken
<Workflow Name="ActionField539" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
<Description>Set CurrencyDate of Currency to CurrentDateTime.</Description>
<Properties>
<Property Name="Currency" Type="Currency" Accessor="Root" Direction="In" />
</Properties>
<Execution>
<UserContent Name="Pre" />
<Transaction>
<Assign Name="CurrencyDate" Property="${Currency.CurrencyDate}" Value="#{Environment.CurrentDate}" />
</Transaction>
<UserContent Name="Post" />
</Execution>
</Workflow>