Categorie: reference
Bijgewerkt: 2026-04-08
actionfield workflow actionfield615
ActionField615
Beschrijving: Open the website of the Customer. Custom: Nee
Propertiesbewerken
| Property | Type | Accessor |
|---|---|---|
| Customer | Customer | Root |
| OpenInNewWindow | Boolean | Optional |
XMLbewerken
<Workflow Name="ActionField615" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
<Description>Open the website of the Customer.</Description>
<Properties>
<Property Name="Customer" Type="Customer" 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="${Customer.Url}" />
</View>
</Execution>
</Workflow>