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

ActionField1000

Beschrijving: Set the Article.PurchPriceDate To CurrentDate. Custom: Nee

Propertiesbewerken

Property Type Accessor
Article Article Root

XMLbewerken

<Workflow Name="ActionField1000" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Set the Article.PurchPriceDate To CurrentDate.</Description>
	<Properties>
		<Property	Name="Article"	Type="Article"	Accessor="Root"		Direction="In" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

		<Transaction>
			<Assign Name="Article" Property="${Article.PurchasePriceDate}" Value="#{Environment.CurrentDate}" />
		</Transaction>

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