Categorie: reference
Bijgewerkt: 2026-04-08
actionfield workflow actionfield1228
ActionField1228
Beschrijving: Open the website of the GISMap. Custom: Nee
Propertiesbewerken
| Property | Type | Accessor |
|---|---|---|
| GISMap | GISMap | Root |
| OpenInNewWindow | Boolean | Optional |
XMLbewerken
<Workflow Name="ActionField1228" 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 GISMap.</Description>
<Properties>
<Property Name="GISMap" Type="GISMap" Accessor="Root" Direction="In" />
<Property Name="OpenInNewWindow" Type="Boolean" Accessor="Optional" Direction="In" Default="True" Comment="Open the website in a new window True or False" />
<Property Name="Url" Type="String" Accessor="Internal" />
</Properties>
<Execution>
<UserContent Name="Pre" />
<Validation Name="GISMapHasNoUrl" Condition="${GISMap.Url} != Empty" MessageCode="2589">
<Parameter Name="GISMap" Direction="In" Value="${GISMap}" />
</Validation>
<UserContent Name="Post" />
<Assign Name="set Url" Property="${Url}" Value="${GISMap.Url}" />
<When Name="check whether a token is required" Condition="${GISMap.ArcGISToken} != Empty">
<Assign Name="set Url including token" Property="${Url}" Value="=#concat(${GISMap.Url}, '?token=', ${GISMap.ArcGISToken})" />
</When>
<View Name="Url" ViewName="Url">
<Parameter Name="OpenInNewWindow" Direction="In" Value="${OpenInNewWindow}" />
<Parameter Name="Url" Direction="In" Value="${Url}" />
</View>
</Execution>
</Workflow>