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

ActionField1138

Beschrijving: Show a message (2350) when PmJob.Document and PmJob.JobPlan.Document are filled. Custom: Nee

Propertiesbewerken

Property Type Accessor
PmJob PmJob Root

XMLbewerken

<Workflow Name="ActionField1138" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Show a message (2350) when PmJob.Document and PmJob.JobPlan.Document are filled.</Description>
	<Properties>
		<Property	Name="PmJob"	Type="PmJob"	Accessor="Root"		Direction="In" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

		<When Name="CheckIfPmJob_JobPlanExits" Condition="${PmJob.JobPlan} != Empty &amp;&amp; ${PmJob.JobPlan.Document} != Empty &amp;&amp; ${PmJob.Document} != Empty">
			<Message Name="ShowInvalidMessage" MessageCode="2350" Comment="PmJob.Document and PmJob.JobPlan.Document can not be filled at the same time">
				<Parameter	Name="PmJob"	Direction="In"		Value="${PmJob}" />
			</Message>
		</When>

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