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

ActionField1652

Beschrijving: Validation on ScoreModelLine Score == 0 Custom: Nee

Propertiesbewerken

Property Type Accessor
ScoreModelLine ScoreModelLine Root

XMLbewerken

<Workflow Name="ActionField1652" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Validation on ScoreModelLine Score == 0</Description>
	<Properties>
		<Property	Name="ScoreModelLine"	Type="ScoreModelLine"	Accessor="Root"		Direction="In" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

		<When Name="ScoreModelLine.Score is 0" Condition="${ScoreModelLine.Score} == 0">
			<Message Name="Warning score 0" MessageCode="3160" />
		</When>

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