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

ActionField709

Beschrijving: Create new Job for SafetyDossier. Custom: Nee

Propertiesbewerken

Property Type Accessor
SafetyDossier SafetyDossier Root
ContextToSet Context Optional
ExistingProgressStatusToSet ProgressStatus Optional
ShowAllServiceDeskReportTypes Boolean Optional
UseServiceDeskReportType Boolean Optional

XMLbewerken

<Workflow Name="ActionField709" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Create new Job for SafetyDossier.</Description>
	<Properties>
		<Property	Name="SafetyDossier"					Type="SafetyDossier"	Accessor="Root"		Direction="In" />

		<Property	Name="ContextToSet"						Type="Context"			Accessor="Optional"	Direction="In"						Comment="When UseServiceDeskReportType is False, create the Job with this context" />
		<Property	Name="ExistingProgressStatusToSet"		Type="ProgressStatus"	Accessor="Optional"	Direction="In"						Comment="When UseServiceDeskReportType is False, create the Job with this status" />
		<Property	Name="ShowAllServiceDeskReportTypes"	Type="Boolean"			Accessor="Optional"	Direction="In"		Default="True"	Comment="When false, show only ServiceDeskReportTypes with UseInSafetyDossier = true" />
		<Property	Name="UseServiceDeskReportType"			Type="Boolean"			Accessor="Optional"	Direction="In"		Default="True"	Comment="Choose ServiceDeskReportType via collectinput or Context + ProgressStatus" />

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

		<WorkflowCall Name="SafetyDossier_CreateNewJob" WorkflowName="SafetyDossier_CreateNewJob">
			<Parameter	Name="ContextToSet"						Direction="In"		Value="${ContextToSet}" />
			<Parameter	Name="ExistingProgressStatusToSet"		Direction="In"		Value="${ExistingProgressStatusToSet}" />
			<Parameter	Name="SafetyDossier"					Direction="In"		Value="${SafetyDossier}" />
			<Parameter	Name="ShowAllServiceDeskReportTypes"	Direction="In"		Value="${ShowAllServiceDeskReportTypes}" />
			<Parameter	Name="UseServiceDeskReportType"			Direction="In"		Value="${UseServiceDeskReportType}" />
			<Parameter	Name="CreatedJob"						Direction="Out"													OutputProperty="${CreatedJob}" />
		</WorkflowCall>

		<UserContent Name="Post" />

		<WorkflowCall Name="Job_OpenCustomOrDefaultScreen" WorkflowName="Job_OpenCustomOrDefaultScreen">
			<Parameter	Name="Job"	Direction="In"		Value="${CreatedJob}" />
		</WorkflowCall>
	</Execution>
</Workflow>