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

ActionField1585

Beschrijving: Export stop for msproject. Custom: Nee

Propertiesbewerken

Property Type Accessor
Stop Project Root
ShowJobScheduleParts Boolean Optional

XMLbewerken

<Workflow Name="ActionField1585" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Export stop for msproject.</Description>
	<Properties>
		<Property	Name="Stop"					Type="Project"				Accessor="Root"		Direction="In" />

		<Property	Name="ShowJobScheduleParts"	Type="Boolean"				Accessor="Optional"	Direction="In"		Default="False"	Comment="Show jobresources and jobscheduleparts in export" />

		<Property	Name="FileName"				Type="String"				Accessor="Internal" />
		<Property	Name="StopFilter"			Type="Dictionary[String]"	Accessor="Internal" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

		<CreateObject Name="Create filter" ObjectType="Dictionary[String]" OutputProperty="${StopFilter}" />

		<Assign Name="Set ProjectId" Property="${StopFilter.ProjectId}" Value="${Stop.Id}" />
		<Assign Name="Set ShowJobScheduleParts" Property="${StopFilter.ShowJobScheduleParts}" Value="${ShowJobScheduleParts}" />

		<FormatText Name="EXPORTCONNECTOR_FILENAME_STOP" TextCode="EXPORTCONNECTOR_FILENAME_STOP" Application="LABEL" OutputProperty="${FileName}">
			<Parameters>
				<Parameter	Name="CurrentDateTime"	Direction="In"		Value="=#{Environment.CurrentDateTime}" />
				<Parameter	Name="Stop"				Direction="In"		Value="${Stop}" />
			</Parameters>
		</FormatText>

		<WorkflowCall Name="Stop_ExportForMSProject" WorkflowName="ExportConnector_ExportFileDownload">
			<Parameter	Name="ExportConnector"	Direction="In"		Value="STOPPLANNER_EXPORTTOMSPROJECT" />
			<Parameter	Name="FileName"			Direction="In"		Value="${FileName}" />
			<Parameter	Name="FilterValues"		Direction="In"		Value="${StopFilter}" />
		</WorkflowCall>

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