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

ActionField1676

Beschrijving: Open the current plot plan within the plot plan viewer using a specific configuration. Whitelisted for 'DisableWhenReadOnly == False' in ViewWorkflows.cs. Use AF1611 instead for 'DisableWhenReadOnly == True'. Custom: Nee

Propertiesbewerken

Property Type Accessor
PlotPlan PlotPlan Root
AutoRefreshTime Int32 Optional
ConfigurationName UltimoString Optional
OpenInNewWindow Boolean Optional
StructureElementForMapActions UltimoString Optional
StructureElementForMarkerActions UltimoString Optional

XMLbewerken

<Workflow Name="ActionField1676" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Open the current plot plan within the plot plan viewer using a specific configuration. Whitelisted for 'DisableWhenReadOnly == False' in ViewWorkflows.cs. Use AF1611 instead for 'DisableWhenReadOnly == True'.</Description>
	<Properties>
		<Property	Name="PlotPlan"							Type="PlotPlan"		Accessor="Root"		Direction="In" />

		<Property	Name="AutoRefreshTime"					Type="Int32"		Accessor="Optional"	Direction="In"						Comment="Not used in this WF, but needed because AET will try to fill it" />
		<Property	Name="ConfigurationName"				Type="UltimoString"	Accessor="Optional"	Direction="In" />
		<Property	Name="OpenInNewWindow"					Type="Boolean"		Accessor="Optional"	Direction="In"		Default="False"	Comment="Set to True to open the view in a new window, defaults to False" />
		<Property	Name="StructureElementForMapActions"	Type="UltimoString"	Accessor="Optional"	Direction="In"						Comment="Not used in this WF, but needed because AET will try to fill it" />
		<Property	Name="StructureElementForMarkerActions"	Type="UltimoString"	Accessor="Optional"	Direction="In"						Comment="Not used in this WF, but needed because AET will try to fill it" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

		<WorkflowCall Name="Call workflow to open plot plan viewer" WorkflowName="PlotPlan_OpenViewer">
			<Parameter	Name="AutoRefreshTime"		Direction="In"		Value="${AutoRefreshTime}" />
			<Parameter	Name="ConfigurationName"	Direction="In"		Value="${ConfigurationName}" />
			<Parameter	Name="OpenInNewWindow"		Direction="In"		Value="${OpenInNewWindow}" />
			<Parameter	Name="PlotPlanId"			Direction="In"		Value="${PlotPlan.Id}" />
		</WorkflowCall>

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