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

ActionField1527

Beschrijving: Actions when servicedeskreportype.progressstatus is edited Custom: Nee

Propertiesbewerken

Property Type Accessor
ServiceDeskReportType ServiceDeskReportType Root

XMLbewerken

<Workflow Name="ActionField1527" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Actions when servicedeskreportype.progressstatus is edited</Description>
	<Properties>
		<Property	Name="ServiceDeskReportType"	Type="ServiceDeskReportType"	Accessor="Root"		Direction="In" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

		<Transaction>
			<Assign Name="Set ServiceDeskReportType.SetStatus" Property="${ServiceDeskReportType.SetStatus}" Value="${ServiceDeskReportType.ProgressStatusForJob.NextStatus?}" />
		</Transaction>

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