Categorie: reference
Bijgewerkt: 2026-04-08
actionfield workflow actionfield542
ActionField542
Beschrijving: View document of ObjectDocument. Custom: Nee
Propertiesbewerken
| Property | Type | Accessor |
|---|---|---|
| ObjectDocument | ObjectDocument | Root |
| OpenInNewWindow | Boolean | Optional |
XMLbewerken
<Workflow Name="ActionField542" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
<Description>View document of ObjectDocument.</Description>
<Properties>
<Property Name="ObjectDocument" Type="ObjectDocument" Accessor="Root" Direction="In" />
<Property Name="OpenInNewWindow" Type="Boolean" Accessor="Optional" Direction="In" Default="False" Comment="Open the Document in a new window True or False" />
</Properties>
<Execution>
<UserContent Name="Pre" />
<WorkflowCall Name="ObjectDocument Open Document" WorkflowName="ObjectDocument_OpenDocument">
<Parameter Name="ObjectDocument" Direction="In" Value="${ObjectDocument}" />
<Parameter Name="OpenInNewWindow" Direction="In" Value="${OpenInNewWindow}" />
</WorkflowCall>
<UserContent Name="Post" />
</Execution>
</Workflow>