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

ActionField1206

Beschrijving: Open the website with the safety information of EquipmentType. Custom: Nee

Propertiesbewerken

Property Type Accessor
EquipmentType EquipmentType Root
OpenInNewWindow Boolean Optional

XMLbewerken

<Workflow Name="ActionField1206" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Open the website with the safety information of EquipmentType.</Description>
	<Properties>
		<Property	Name="EquipmentType"	Type="EquipmentType"	Accessor="Root"		Direction="In" />

		<Property	Name="OpenInNewWindow"	Type="Boolean"			Accessor="Optional"	Direction="In"		Default="False"	Comment="Open the website in a new window True or False" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

		<UserContent Name="Post" />

		<View Name="Url" ViewName="Url">
			<Parameter	Name="OpenInNewWindow"	Direction="In"		Value="${OpenInNewWindow}" />
			<Parameter	Name="Url"				Direction="In"		Value="${EquipmentType.SafetyInformationUrl}" />
		</View>
	</Execution>
</Workflow>