Categorie: reference
Bijgewerkt: 2026-04-08
actionfield workflow actionfield614
ActionField614
Beschrijving: Open the website of the Vendor. Custom: Nee
Propertiesbewerken
| Property | Type | Accessor |
|---|---|---|
| Vendor | Vendor | Root |
| OpenInNewWindow | Boolean | Optional |
XMLbewerken
<Workflow Name="ActionField614" 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 Vendor.</Description>
<Properties>
<Property Name="Vendor" Type="Vendor" 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="${Vendor.Website}" />
</View>
</Execution>
</Workflow>