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

ActionField1534

Beschrijving: Create Job based on ServiceDeskReportType Custom: Nee

Propertiesbewerken

Property Type Accessor
ServiceDeskReportTypeId String Required
CustomScreenName String Optional

XMLbewerken

<Workflow Name="ActionField1534" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Create Job based on ServiceDeskReportType</Description>
	<Properties>
		<Property	Name="ServiceDeskReportTypeId"	Type="String"	Accessor="Required"	Direction="In"		Comment="Create job based on this handling template" />

		<Property	Name="CustomScreenName"			Type="String"	Accessor="Optional"	Direction="In"		Comment="Do not open default screen but the given screen" />

		<Property	Name="Job"						Type="Job"		Accessor="Internal" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

		<WorkflowCall Name="ServiceDeskReportTypeId_CreateJob" WorkflowName="ServiceDeskReportTypeId_CreateJob">
			<Parameter	Name="ServiceDeskReportTypeId"	Direction="In"		Value="${ServiceDeskReportTypeId}" />
			<Parameter	Name="Job"						Direction="Out"											OutputProperty="${Job}" />
		</WorkflowCall>

		<UserContent Name="Post" />

		<View Name="OpenScreen" ViewName="DataEntryScreen">
			<Parameter	Name="DomainObject"			Direction="In"		Value="${Job}" />
			<Parameter	Name="FocusEditableField"	Direction="In"		Value="=${Job.Description} == Empty" />
			<Parameter	Name="ScreenName"			Direction="In"		Value="${CustomScreenName}" />
		</View>
	</Execution>
</Workflow>