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

ActionField1567

Beschrijving: Validate duplicate ServiceDeskReportTypes on ObjectServiceDeskReportType. Custom: Nee

Propertiesbewerken

Property Type Accessor
MaintenanceClassification MaintenanceClassification Root

XMLbewerken

<Workflow Name="ActionField1567" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Validate duplicate ServiceDeskReportTypes on ObjectServiceDeskReportType.</Description>
	<Properties>
		<Property	Name="MaintenanceClassification"	Type="MaintenanceClassification"	Accessor="Root"		Direction="In" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

		<WorkflowCall Name="Change backoffice of MaintenanceClassification" WorkflowName="MaintenanceClassification_ChangeBackOffice">
			<Parameter	Name="MaintenanceClassification"	Direction="In"		Value="${MaintenanceClassification}" />
		</WorkflowCall>

		<When Name="Check UseExecutionPercentage" Condition="${MaintenanceClassification.UseExecutionPercentage} == True &amp;&amp; ${MaintenanceClassification.ExecutionPercentage} == 0">
			<Transaction>
				<When Name="Setting DefaultExecutionPercentage enabled" Condition="#settingenabled(${MaintenanceClassification}, MaintenanceClassification.DefaultExecutionPercentage) == True">
					<Assign Name="Set ExecutionPercentage" Property="${MaintenanceClassification.ExecutionPercentage}" Value="=#getsetting(${MaintenanceClassification}, MaintenanceClassification.DefaultExecutionPercentage)" />
				</When>
			</Transaction>
		</When>

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