Categorie: reference
Bijgewerkt: 2026-04-08
actionfield workflow actionfield1564
ActionField1564
Beschrijving: View file in external document viewer Custom: Nee
Propertiesbewerken
| Property | Type | Accessor |
|---|---|---|
| DomainObject | DomainObject | Root |
| PropertyOnDomainObject | String | Required |
XMLbewerken
<Workflow Name="ActionField1564" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
<Description>View file in external document viewer</Description>
<Properties>
<Property Name="DomainObject" Type="DomainObject" Accessor="Root" Direction="In" />
<Property Name="PropertyOnDomainObject" Type="String" Accessor="Required" Direction="In" Comment="Name of the property on DomainObject that holds the file name that should be viewed" />
</Properties>
<Execution>
<UserContent Name="Pre" />
<UserContent Name="Post" />
<WorkflowCall Name="DomainObject_ViewFileInExternalDocumentViewer" WorkflowName="DomainObject_ViewFileInExternalDocumentViewer">
<Parameter Name="DomainObject" Direction="In" Value="${DomainObject}" />
<Parameter Name="MessageIfNoDocumentToShow" Direction="In" Value="3298" />
<Parameter Name="PropertyOnDomainObject" Direction="In" Value="${PropertyOnDomainObject}" />
</WorkflowCall>
</Execution>
</Workflow>