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

ActionField536

Beschrijving: Set IndicatorValueLastRecordingDate of ProcessFunction to CurrentDateTime. Custom: Nee

Propertiesbewerken

Property Type Accessor
ProcessFunction ProcessFunction Root

XMLbewerken

<Workflow Name="ActionField536" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Set IndicatorValueLastRecordingDate of ProcessFunction to CurrentDateTime.</Description>
	<Properties>
		<Property	Name="ProcessFunction"	Type="ProcessFunction"	Accessor="Root"		Direction="In" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

		<Transaction>
			<Assign Name="LastRecordingDate" Property="${ProcessFunction.IndicatorValueLastRecordingDate}" Value="#{Environment.CurrentDateTime}" />
		</Transaction>

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