Categorie: reference
Bijgewerkt: 2026-04-08
actionfield workflow actionfield1746
ActionField1746
Beschrijving: Open Procedure for this JobPlan in Fluke OneQA. Custom: Nee
Propertiesbewerken
| Property | Type | Accessor |
|---|---|---|
| JobPlan | JobPlan | Root |
XMLbewerken
<Workflow Name="ActionField1746" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
<Description>Open Procedure for this JobPlan in Fluke OneQA.</Description>
<Properties>
<Property Name="JobPlan" Type="JobPlan" Accessor="Root" Direction="In" />
</Properties>
<Execution>
<UserContent Name="Pre" />
<Validation Name="FlukeOneQAProcedure is Empty" Condition="${JobPlan.FlukeOneQAProcedure} != Empty" MessageCode="3506">
<Parameter Name="DomainObject" Direction="In" Value="${JobPlan}" />
</Validation>
<UserContent Name="Post" />
<View Name="Open URL" ViewName="Url">
<Parameter Name="OpenInNewWindow" Direction="In" Value="True" />
<Parameter Name="Url" Direction="In" Value="${JobPlan.FlukeOneQAProcedure}" />
</View>
</Execution>
</Workflow>