Categorie: reference
Bijgewerkt: 2026-04-08
actionfield workflow actionfield1230
ActionField1230
Beschrijving: Open the website of the GISBaseMap. Custom: Nee
Propertiesbewerken
| Property | Type | Accessor |
|---|---|---|
| GISBaseMap | GISBaseMap | Root |
| OpenInNewWindow | Boolean | Optional |
XMLbewerken
<Workflow Name="ActionField1230" 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 GISBaseMap.</Description>
<Properties>
<Property Name="GISBaseMap" Type="GISBaseMap" Accessor="Root" Direction="In" />
<Property Name="OpenInNewWindow" Type="Boolean" Accessor="Optional" Direction="In" Default="False" />
</Properties>
<Execution>
<UserContent Name="Pre" />
<Validation Name="GISBaseMapHasNoURL" Condition="${GISBaseMap.Url} != Empty" MessageCode="2589">
<Parameter Name="GISBaseMap" Direction="In" Value="${GISBaseMap}" />
</Validation>
<UserContent Name="Post" />
<View Name="Url" ViewName="Url">
<Parameter Name="OpenInNewWindow" Direction="In" Value="${OpenInNewWindow}" />
<Parameter Name="Url" Direction="In" Value="${GISBaseMap.Url}" />
</View>
</Execution>
</Workflow>