Categorie: reference
Bijgewerkt: 2026-04-08
actionfield workflow actionfield652
ActionField652
Beschrijving: View Document in external viewer. Custom: Nee
Propertiesbewerken
| Property | Type | Accessor |
|---|---|---|
| Document | Document | Root |
XMLbewerken
<Workflow Name="ActionField652" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
<Description>View Document in external viewer.</Description>
<Properties>
<Property Name="Document" Type="Document" Accessor="Root" Direction="In" />
</Properties>
<Execution>
<UserContent Name="Pre" />
<WorkflowCall Name="Check if document exist" WorkflowName="Document_CheckIfPhysicallyPresent">
<Parameter Name="Document" Direction="In" Value="${Document}" />
</WorkflowCall>
<UserContent Name="Post" />
<View Name="View document" ViewName="ExternalDocumentViewer">
<Parameter Name="Document" Direction="In" Value="${Document}" />
</View>
</Execution>
</Workflow>