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

ActionField463

Beschrijving: Delete ConditionFlawPresent and recalculate Score of ConditionMeasurement. Custom: Nee

Propertiesbewerken

Property Type Accessor
ConditionFlawPresent ConditionFlawPresent Root

XMLbewerken

<Workflow Name="ActionField463" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Delete ConditionFlawPresent and recalculate Score of ConditionMeasurement.</Description>
	<Properties>
		<Property	Name="ConditionFlawPresent"	Type="ConditionFlawPresent"	Accessor="Root"		Direction="In" />

		<Property	Name="ConditionMeasurement"	Type="ConditionMeasurement"	Accessor="Internal" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

		<Transaction>
			<Assign Name="Set ConditionMeasurement" Property="${ConditionMeasurement}" Value="${ConditionFlawPresent.ConditionMeasurement}" />

			<DeleteObject Name="Delete the ConditionFlawPresent" DomainObject="${ConditionFlawPresent}" />

			<Command Name="Write Score" CommandName="ConditionMeasurement_WriteScore">
				<Parameter	Name="ConditionMeasurement"	Direction="In"		Value="${ConditionMeasurement}" />
			</Command>
		</Transaction>

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