Categorie: reference
Bijgewerkt: 2026-04-08
actionfield workflow actionfield065
ActionField065
Beschrijving: Set the ArticleUnitPriceDate To CurrentDate (Actionfield must be on field ArticleVendor.ArtvArtUntPr). Custom: Nee
Propertiesbewerken
| Property | Type | Accessor |
|---|---|---|
| ArticleVendor | ArticleVendor | Root |
XMLbewerken
<Workflow Name="ActionField065" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
<Description>Set the ArticleUnitPriceDate To CurrentDate (Actionfield must be on field ArticleVendor.ArtvArtUntPr).</Description>
<Properties>
<Property Name="ArticleVendor" Type="ArticleVendor" Accessor="Root" Direction="In" />
</Properties>
<Execution>
<UserContent Name="Pre" />
<Transaction>
<Assign Name="AssignArticleVendorUnitPriceDate" Property="${ArticleVendor.ArticleUnitPriceDate}" Value="#{Environment.CurrentDate}" />
</Transaction>
<UserContent Name="Post" />
</Execution>
</Workflow>