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

ActionField957

Beschrijving: Open correct screen of ConditionFlawPresent (conflp01,02,03 or 04) depending on AgeingCurveConditionFlaw and Equipment. Custom: Nee

Propertiesbewerken

Property Type Accessor
ConditionFlawPresent ConditionFlawPresent Root

XMLbewerken

<Workflow Name="ActionField957" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Open correct screen of ConditionFlawPresent (conflp01,02,03 or 04) depending on AgeingCurveConditionFlaw and Equipment.</Description>
	<Properties>
		<Property	Name="ConditionFlawPresent"	Type="ConditionFlawPresent"	Accessor="Root"		Direction="In" />

		<Property	Name="DomainGlobals"		Type="DomainGlobals"		Accessor="Internal"						Default="#{UltimoSettings.Id}" />
		<Property	Name="ScreenName"			Type="UltimoString"			Accessor="Internal" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

		<UserContent Name="Post" />

		<Choose Name="Check AgeingCurveCondition exist">
			<When Name="AgeingCurveConditionFlawCheck" Condition="${ConditionFlawPresent.ConditionFlaw} == ${DomainGlobals.AgeingCurveConditionFlaw}">
				<View Name="OpenScreen" ViewName="DataEntryScreen">
					<Parameter	Name="DomainObject"	Direction="In"		Value="${ConditionFlawPresent}" />
					<Parameter	Name="ScreenName"	Direction="In"		Value="conflp02" />
				</View>
			</When>

			<Otherwise Name="NormalFlawPresent">
				<View Name="OpenScreen" ViewName="DataEntryScreen">
					<Parameter	Name="DomainObject"	Direction="In"		Value="${ConditionFlawPresent}" />
				</View>
			</Otherwise>
		</Choose>
	</Execution>
</Workflow>