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

ActionField1745

Beschrijving: Open Procedure for this equipmenttype in Fluke OneQA. Custom: Nee

Propertiesbewerken

Property Type Accessor
EquipmentType EquipmentType Root

XMLbewerken

<Workflow Name="ActionField1745" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
	<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
	<Description>Open Procedure for this equipmenttype in Fluke OneQA.</Description>
	<Properties>
		<Property	Name="EquipmentType"	Type="EquipmentType"	Accessor="Root"		Direction="In" />
	</Properties>
	<Execution>
		<UserContent Name="Pre" />

		<Validation Name="FlukeOneQAProcedure is Empty" Condition="${EquipmentType.FlukeOneQAProcedure} != Empty" MessageCode="3506">
			<Parameter	Name="DomainObject"	Direction="In"		Value="${EquipmentType}" />
		</Validation>

		<UserContent Name="Post" />

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