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

ActionField1660

Beschrijving: If the building year of an asset is changed, do a recalculation of year next maintenance (NextMaintenanceYearInspector) Custom: Nee

Propertiesbewerken

Property Type Accessor
LongTermAsset LongTermAsset Root
AskWhetherYearMustBeRecalculated RequestResult? Optional

XMLbewerken

<Workflow Name="ActionField1660" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>If the building year of an asset is changed, do a recalculation of year next maintenance (NextMaintenanceYearInspector)</Description>
	<Properties>
		<Property	Name="LongTermAsset"					Type="LongTermAsset"	Accessor="Root"		Direction="In" />

		<Property	Name="AskWhetherYearMustBeRecalculated"	Type="RequestResult?"	Accessor="Optional"	Direction="In"		Comment="The answer can be passed from calling workflow" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

		<WorkflowCall Name="LongTermAsset_ChangeBuildingYear" WorkflowName="LongTermAsset_ChangeBuildingYear">
			<Parameter	Name="AskWhetherYearMustBeRecalculated"	Direction="In"		Value="${AskWhetherYearMustBeRecalculated}" />
			<Parameter	Name="LongTermAsset"					Direction="In"		Value="${LongTermAsset}" />
		</WorkflowCall>

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