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

ActionField1767

Beschrijving: Disable MaintenanceClassification.UseExecutionPercentage when UseExecutionPercentage is true en ExecutionPercentage is 0. Custom: Nee

Propertiesbewerken

Property Type Accessor
MaintenanceClassification MaintenanceClassification Root

XMLbewerken

<Workflow Name="ActionField1767" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Disable MaintenanceClassification.UseExecutionPercentage when UseExecutionPercentage is true en ExecutionPercentage is 0.</Description>
	<Properties>
		<Property	Name="MaintenanceClassification"	Type="MaintenanceClassification"	Accessor="Root"		Direction="In" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

		<When Name="Check ExecutionPercentage" Condition="${MaintenanceClassification.UseExecutionPercentage} == True &amp;&amp; ${MaintenanceClassification.ExecutionPercentage} == 0">
			<Transaction>
				<Assign Name="Disable UseExecutionPercentage" Property="${MaintenanceClassification.UseExecutionPercentage}" Value="False" />
			</Transaction>
		</When>

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