Categorie: reference
Bijgewerkt: 2026-04-08
actionfield workflow actionfield736
ActionField736
Beschrijving: Set the ArticleUnitPriceDate To CurrentDate (ActionField must be on field ArticleSiteVendor.ArtsvArtUntPr). Custom: Nee
Propertiesbewerken
| Property | Type | Accessor |
|---|---|---|
| ArticleSiteVendor | ArticleSiteVendor | Root |
XMLbewerken
<Workflow Name="ActionField736" 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 ArticleSiteVendor.ArtsvArtUntPr).</Description>
<Properties>
<Property Name="ArticleSiteVendor" Type="ArticleSiteVendor" Accessor="Root" Direction="In" />
</Properties>
<Execution>
<UserContent Name="Pre" />
<Transaction>
<Assign Name="AssignArticleSiteVendorUnitPriceDate" Property="${ArticleSiteVendor.ArticleUnitPriceDate}" Value="#{Environment.CurrentDate}" />
</Transaction>
<UserContent Name="Post" />
</Execution>
</Workflow>