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