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

ActionField959

Beschrijving: Copy Building/Part/Floor and CostCarriers to Job from the Space linked to the Job. Custom: Nee

Propertiesbewerken

Property Type Accessor
Job Job Root
UpdateFromServiceDeskReportType Boolean Optional

XMLbewerken

<Workflow Name="ActionField959" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Copy Building/Part/Floor and CostCarriers to Job from the Space linked to the Job.</Description>
	<Properties>
		<Property	Name="Job"								Type="Job"		Accessor="Root"		Direction="In" />

		<Property	Name="UpdateFromServiceDeskReportType"	Type="Boolean"	Accessor="Optional"	Direction="In"		Default="False"	Comment="Set 'True' to update the Job with the values of the linked ServiceDeskReportType. Default is set to 'False' do not update" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

		<WorkflowCall Name="Job_UpdateCostCarriers" WorkflowName="Job_UpdateCostCarriers">
			<Parameter	Name="Job"								Direction="In"		Value="${Job}" />
			<Parameter	Name="UpdateFromServiceDeskReportType"	Direction="In"		Value="${UpdateFromServiceDeskReportType}" />
		</WorkflowCall>

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